forked from WWAWing/WWAWing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@wwawing/wwawing",
"version": "0.0.0",
"description": "",
"private": "true",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"test": "lerna run test --scope @wwawing/engine",
"clean": "lerna clean --yes",
"start": "lerna run start --stream --scope @wwawing/engine",
"build": "lerna run build --stream",
"deploy": "lerna run deploy:prod --scope @wwawing/engine",
"generate": "lerna run generate --stream",
"make-dist": "npm run build && lerna run make-dist --stream",
"version-up": "lerna version --no-git-tag-version",
"publish:all": "run-s build generate && lerna publish from-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WWAWing/WWAWing.git"
},
"keywords": [
"WWA"
],
"author": "WWA Wing Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/WWAWing/WWAWing/issues"
},
"homepage": "https://github.com/WWAWing/WWAWing#readme",
"devDependencies": {
"@types/node": "^18.11.9",
"lerna": "^6.6.2",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18",
"npm": ">=8"
}
}