-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "candor-express",
"version": "1.0.0",
"description": "",
"main": "build/start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "NODE_ENV=development nodemon --config \"./util/nodemon.json\"/",
"build": "rm -rf ./build/ && tsc",
"start": "node build/start.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.0",
"@types/node": "^12.0.10",
"nodemon": "^1.19.1",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
},
"dependencies": {
"@overnightjs/core": "^1.6.9",
"@overnightjs/logger": "^1.1.9",
"@types/config": "0.0.34",
"@types/cors": "^2.8.5",
"@types/express-jwt": "0.0.42",
"@types/html-pdf": "^2.1.2",
"@types/jsonwebtoken": "^8.3.2",
"bitcoin-core": "^2.2.0",
"body-parser": "^1.19.0",
"config": "^3.1.0",
"cors": "^2.8.5",
"docusign-esign": "^5.0.1",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"fs": "0.0.1-security",
"html-pdf": "^2.2.0",
"jsonwebtoken": "^8.5.1"
}
}