-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "arestocats",
"version": "0.5.0",
"description": "Run declarative integration tests against your REST services",
"author": "aixigo AG",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aixigo/arestocats.git"
},
"main": "index.js",
"bin": "bin/arestocats",
"scripts": {
"start": "node --trace-warnings index",
"test": "npm run eslint && mocha --trace-warnings",
"arestocats": "./bin/arestocats",
"prepare": "cd frontend && npm install",
"eslint": "eslint src test scenarios"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=4.0.0"
},
"dependencies": {
"async-mqtt": "^1.0.1",
"body-parser": "^1.18.3",
"clone": "^2.1.1",
"colors": "^1.1.2",
"debug": "^3.1.0",
"eslint": "^4.19.1",
"eslint-config-laxarjs": "^2.0.0",
"express": "^4.16.3",
"hal-http-client": "^0.10.0",
"http-proxy-middleware": "^0.18.0",
"isomorphic-fetch": "^2.2.1",
"json-text-sequence": "^0.1.1",
"jsontoxml": "0.0.11",
"jsonwebtoken": "^8.0.1",
"jwk-to-pem": "^1.2.6",
"loadtest": "^2.3.0",
"minimist": "^1.2.0",
"mqtt": "^2.15.3",
"pem-jwk": "^1.5.1",
"sanitize-filename": "^1.6.1",
"serve-static": "^1.13.2",
"simple-oauth2": "^1.3.0"
},
"devDependencies": {
"fetch-mock": "^5.11.0",
"mocha": "^5.2.0",
"sinon": "^2.3.4"
}
}