forked from windy10v10ai/firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 982 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 982 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
27
28
29
30
31
32
{
"name": "windy10v10ai-cloud",
"version": "1.0.0",
"private": true,
"description": "Save windy 10v10ai data in cloud.",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "run-p build:*",
"build:api": "cd api && npm run build",
"build:web": "cd web && npm run build",
"start": "run-p start:*",
"start:api": "cd api && npm run start:debug",
"start:web": "cd web && npm run dev",
"start:firebase": "firebase emulators:start --only functions,hosting,firestore --import ./firestore-backup",
"postinstall": "(cd api && npm install) && (cd web && npm install)"
},
"repository": {
"type": "git",
"url": "https://github.com/windybirth/windy10v10ai-cloud.git"
},
"author": "windy",
"license": "MIT",
"bugs": {
"url": "https://github.com/windybirth/windy10v10ai-cloud/issues"
},
"homepage": "https://github.com/windybirth/windy10v10ai-cloud#readme",
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}