-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 894 Bytes
/
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
{
"name": "starrysea",
"version": "1.1.1",
"description": "新一代星之海官网",
"scripts": {
"test": "echo \"Welcome to Starrysea-NextGen Project!\" && exit 0",
"start:server": "npm start --prefix=server",
"start:client": "npm start --prefix=client",
"start:docs": "npm start --prefix=docs",
"dev:server": "npm run dev --prefix=server",
"build:client": "npm run build --prefix=client",
"build:docs": "npm run build --prefix=docs",
"test:docs": "npm run test --prefix=docs",
"test:client": "npm run test:ci --prefix=client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssysm/starrysea-nextgen.git"
},
"keywords": [
"starrysea"
],
"author": "starrysea",
"bugs": {
"url": "https://github.com/ssysm/starrysea-nextgen/issues"
},
"homepage": "https://github.com/ssysm/starrysea-nextgen#readme"
}