-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"engines": {
"node": "^11.3.0",
"yarn": "^1.13.0"
},
"scripts": {
"dev": "NODE_ENV=development nodemon server.js",
"start": "node server.js",
"test": "NODE_ENV=test mocha --recursive",
"watch": "NODE_ENV=test mocha --watch --recursive"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"eslint": "^5.9.0",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"samanage-api": "^2.7.1"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"concurrently": "^4.0.1",
"mocha": "^5.2.0",
"nodemon": "^1.18.7",
"proxyrequire": "^1.0.21",
"regenerator-runtime": "^0.12.1",
"sinon": "^7.1.1",
"supertest": "^3.3.0"
},
"name": "scriptmanage-quiq-node",
"version": "1.0.0",
"description": "Samanage Quiq listner",
"main": "server.js",
"repository": "https://github.com/cw2908/samanage-quiq",
"author": "Chris Walls <cwalls2908@gmail.com>",
"license": "MIT"
}