-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.34 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.34 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "base_ts_node",
"version": "1.0.0",
"description": "",
"main": "www",
"scripts": {
"test": "tsc && mocha dist/**/*.spec.js",
"start:debug": "node --inspect .",
"start": "node .",
"build": "tsc"
},
"keywords": [
"typescipt",
"node",
"express"
],
"author": "Santanu Kumar <sanmeranam@gmail.com>",
"license": "ISC",
"dependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dateformat": "^3.0.3",
"debug": "^3.1.0",
"express": "^4.16.4",
"express-basic-auth": "^1.1.6",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.4.0",
"jwt-decode": "^2.2.0",
"number-to-words": "^1.2.4",
"popper.js": "^1.14.7",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/dateformat": "^3.0.0",
"@types/express": "^4.16.1",
"@types/mocha": "^5.2.5",
"@types/node": "^9.6.0",
"@types/number-to-words": "^1.2.0",
"ts-node": "^5.0.1",
"tsconfig-lint": "^0.12.0",
"typedoc": "^0.11.1",
"typescript": "^2.7.2",
"ngrok": "^3.1.1",
"nock": "^10.0.6"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}