-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 886 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "ifarted",
"version": "0.14.0-alpha",
"private": true,
"description": "iFarted — Yo-style \"I farted.\" push notification app. Independent monorepo: server + web + mobile + contracts.",
"type": "module",
"workspaces": [
"apps/server",
"apps/web",
"packages/contracts"
],
"scripts": {
"dev:server": "npm --workspace @ifarted/server run dev",
"dev:server:node": "npm --workspace @ifarted/server run dev:node",
"dev:web": "npm --workspace @ifarted/web run dev",
"build:web": "npm --workspace @ifarted/web run build",
"lint:server": "npm --workspace @ifarted/server run lint",
"lint:web": "npm --workspace @ifarted/web run lint",
"lint:contracts": "npm --workspace @ifarted/contracts run lint",
"test:server": "npm --workspace @ifarted/server run test"
},
"engines": {
"node": ">=20"
},
"license": "MIT"
}