-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 911 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": "shikicinema-server",
"version": "0.0.0",
"description": "",
"scripts": {
"build:admin": "npm run build --prefix projects/frontend/admin",
"build:backend": "npm run build --prefix projects/backend",
"build:types": "npm run build --prefix projects/lib/shikicinema",
"build": "npm run build --workspaces",
"test": "npm run test --workspaces --if-present",
"test:backend": "npm run test --prefix projects/backend"
},
"workspaces": [
"projects/lib/shikicinema",
"projects/backend",
"projects/frontend/admin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Palus-Somni-Team/shikicinema-server.git"
},
"author": "Smarthard",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Palus-Somni-Team/shikicinema-server/issues"
},
"homepage": "https://github.com/Palus-Somni-Team/shikicinema-server#readme"
}