-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 896 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 896 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
{
"name": "rama-thresholds",
"version": "1.0.0",
"description": "A repeatable metric threshold derivation study with the RAMA CLI (https://github.com/restful-ma/rama-cli)",
"scripts": {
"start": "run-benchmark.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restful-ma/thresholds.git"
},
"author": "xJREB",
"license": "MIT",
"bugs": {
"url": "https://github.com/restful-ma/thresholds/issues"
},
"homepage": "https://github.com/restful-ma/thresholds#readme",
"devDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-extra-rules": "^0.8.1"
},
"dependencies": {
"swagger2openapi": "^5.3.1",
"yargs": "^15.0.2"
}
}