-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.16 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
45
46
47
48
{
"name": "mintvoice",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"build": "babel src -d workspace/src/js",
"start": "NODE_ENV=development nodemon bin/mint.ts",
"start:win": "nodemon bin/mint.ts",
"loop": "nodemon loop.ts"
},
"keywords": [
"gql"
],
"license": "ISC",
"dependencies": {
"@types/express": "^4.11.1",
"@types/node": "^8.5.9",
"@types/request": "^2.47.0",
"@types/request-promise": "^4.1.41",
"body-parser": "^1.18.2",
"config": "^1.30.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"countup.js": "^1.9.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.6",
"html": "^1.0.0",
"moment": "^2.20.1",
"multer": "^1.3.0",
"mysql2": "^1.5.1",
"nodejs-mysql": "^0.1.3",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"startbootstrap-scrolling-nav": "^4.0.0",
"typescript": "^2.7.2"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0",
"mysql": "^2.15.0",
"nodemon": "^1.14.12",
"sequelize-auto": "^0.4.29",
"tslint": "^5.9.1"
}
}