-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 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
30
31
32
33
34
{
"name": "soas",
"version": "0.5.1",
"description": "Semantic Open API Specification library",
"main": "soas.js",
"scripts": {
"test": "nyc ava --timeout=30000 -v test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koumoul-dev/soas.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/koumoul-dev/soas/issues"
},
"homepage": "https://github.com/koumoul-dev/soas#readme",
"devDependencies": {
"ava": "^3.8.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"nock": "^12.0.3",
"nyc": "^15.0.1"
},
"dependencies": {
"axios": "^0.19.2",
"mime-type-stream": "^0.1.4"
}
}