-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.4 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
{
"name": "dragonmedical",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"private": true,
"description": "DragonMedical",
"scripts": {
"start": "node dist/index.js",
"build": "node node_modules/typescript/bin/tsc --outDir dist -p src/tsconfig.json",
"build-watch": "node node_modules/typescript/bin/tsc -w --outDir dist -p src/tsconfig.json",
"tslint": "node node_modules/tslint/bin/tslint -c src/tslint.json --project src/tsconfig.json",
"tslinttest": "node node_modules/tslint/bin/tslint -c src/tslint.json --project test/tsconfig.json",
"pretest": "node node_modules/typescript/bin/tsc -p test/tsconfig.json --outDir test/build",
"test": "node node_modules/mocha/bin/mocha"
},
"devDependencies": {
"@types/bcrypt": "^1.0.0",
"@types/mongodb": "^2.2.6",
"@types/node": "^8.0.15",
"chai": "^4.1.0",
"mocha": "^3.4.2",
"ts-node": "^3.2.1",
"tslint": "5.4.3",
"typescript": "^2.4.2"
},
"dependencies": {
"@types/chai": "^4.0.1",
"@types/jsonwebtoken": "^7.2.2",
"@types/lodash": "^4.14.71",
"@types/mocha": "^2.2.41",
"bcrypt": "^1.0.2",
"chai": "^4.1.0",
"install": "^0.10.1",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"mongodb": "^2.2.29",
"mongoose": "^4.11.4",
"npm": "^5.3.0",
"ntypescript": "1.201706190042.1",
"web-request": "^1.0.7"
}
}