-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
executable file
·68 lines (68 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "clocal-azure",
"version": "1.0.0",
"description": "Emulation engine for azure",
"main": "./src/bin/clocal-azure.js",
"scripts": {
"start": "node src/bin/clocal-azure",
"service": "./compose.sh",
"dev": "nodemon src/bin/clocal-azure",
"test": "node_modules/.bin/ava src/services/**/tests/*.test.js --verbose",
"test:watch": "node_modules/.bin/ava --verbose --watch",
"cover": "node_modules/.bin/nyc yarn test"
},
"bin": {
"clocal": "./src/bin/clocal-azure.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudlibz/clocal-azure.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cloudlibz/clocal-azure/issues"
},
"homepage": "https://github.com/cloudlibz/clocal-azure#readme",
"dependencies": {
"async": "^2.6.1",
"ava": "^0.25.0",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"commander": "^2.15.1",
"connect-busboy": "0.0.2",
"death": "^1.1.0",
"delay": "^4.3.0",
"dockerode": "^2.5.5",
"ejs": "^2.6.1",
"express": "^4.16.3",
"fs": "0.0.1-security",
"fs-extra": "^6.0.1",
"fstream": "^1.0.12",
"got": "^8.3.1",
"inquirer": "^6.0.0",
"jsonpath": "^1.0.0",
"mongoose": "^5.6.3",
"mysql": "^2.17.1",
"nyc": "^12.0.2",
"ora": "^2.0.0",
"path": "^0.12.7",
"prompt": "^1.0.0",
"proxyquire": "^2.0.1",
"supertest": "^3.1.0",
"swaggerize-express": "^4.0.5",
"swaggerize-ui": "^1.0.1",
"tar": "^4.4.4",
"tar.gz": "^1.0.7",
"url": "^0.11.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/core-js": "^0.9.46",
"@types/express": "^4.11.1",
"@types/node": "^8.0.0",
"ava-http": "^1.0.0",
"nodemon": "^1.17.3"
}
}