-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.71 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
49
50
51
52
53
54
55
56
{
"name": "ds-service-manager",
"version": "2.6.3",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"lint": "./node_modules/.bin/eslint app.js api/ config/ util/ --fix",
"test": "nyc --reporter=html --reporter=json-summary mocha"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/appveen/ds-service-manager.git"
},
"homepage": "https://bitbucket.org/appveen/ds-service-manager#readme",
"author": "Jugnu Agrawal <jugnu@appveen.com>",
"license": "ISC",
"dependencies": {
"@appveen/data.stack-utils": "^1.0.22",
"@appveen/ds-auth-cache": "^1.0.8",
"@appveen/json-utils": "^1.1.0",
"@appveen/swagger-mongoose-crud": "^2.0.1",
"@appveen/utils": "^2.1.13",
"archiver": "^5.3.1",
"bluebird": "^3.7.2",
"copy-dir": "^1.3.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"fs-extra": "^5.0.0",
"js-yaml": "^4.1.0",
"json-to-pretty-yaml": "^1.2.2",
"jsonwebtoken": "^9.0.1",
"lodash": "^4.17.21",
"log4js": "^6.9.1",
"mongodb": "^4.9.0",
"mongoose": "^6.5.2",
"node-cron": "^3.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"socket.io": "^4.5.3",
"socket.io-client": "^4.5.3",
"uuid": "^3.2.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"eslint": "^8.12.0",
"husky": "^7.0.4",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"sinon": "^5.0.0",
"sinon-express-mock": "^2.2.0",
"sinon-mongoose": "^2.3.0"
}
}