-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (34 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (34 loc) · 730 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": "user_post_test",
"version": "0.0.1",
"engines": {
"node": "^6.3.0"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsc -p ./",
"start": "npm run clean && npm run build && node ./dist/index.js"
},
"repository": {
"type": "git"
},
"author": "eugene",
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.13.1",
"request-promise": "^0.4.3"
},
"dependencies": {
"lodash": "^4.15.0",
"morgan": "^1.7.0",
"mysql2": "^1.5.1",
"typescript": "^2.6.2",
"npm-run-all": "^4.1.2",
"optimist": "^0.6.1",
"@types/node": "^8.0.53",
"random-number": "^0.0.9",
"sequelize":"^4.23.2"
},
"description": "",
"license": "ISC"
}