-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 836 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 836 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
33
34
35
{
"name": "pwcgserver",
"version": "1.0.0",
"main": "build/app.js",
"scripts": {
"build": "tsc",
"test": "npx jest --verbose",
"start": "npm run build && node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.0",
"body-parser": "^1.18.3",
"class-validator": "^0.9.1",
"express": "^4.16.3",
"file-saver": "^1.3.8",
"json-typescript-mapper": "^1.1.3",
"koa": "^2.6.2",
"koa-body": "^4.0.4",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"reflect-metadata": "^0.1.12"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.8.5",
"@types/jest": "^23.3.10",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1"
}
}