-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 918 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
29
30
{
"name": "sw7-we-miniproject",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc --lib es6,dom src/index.ts src/file.ts && cp ./src/*.js ./dist",
"ib": "npm install && npm install --prefix augmented-chess && npm run build",
"b": "npm run build",
"bc": "npm run build --prefix augmented-chess && cp -r ./augmented-chess/dist/* ./dist",
"ba": "npm run build && npm run bc",
"bas": "npm run build && npm run bc && npm start",
"bs": "npm run build && npm start",
"start": "node --inspect ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.0.39",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"nodejs": "0.0.0",
"typescript": "*"
},
"devDependencies": {
"@angular/cli": "^1.5.4",
"@types/node": "^8.0.53"
}
}