forked from apiaryio/api-elements.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "@apielements/cli",
"version": "0.10.4",
"description": "Command line tool interface for Fury.js",
"author": "Apiary.io <support@apiary.io>",
"license": "MIT",
"bin": {
"fury": "lib/fury.js"
},
"files": [
"lib/fury.js"
],
"homepage": "https://github.com/apiaryio/api-elements.js/tree/master/packages/cli",
"repository": {
"type": "git",
"url": "https://github.com/apiaryio/api-elements.js.git",
"directory": "packages/cli"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "exit 0"
},
"dependencies": {
"@apielements/apiaryb-parser": "^0.2.1",
"@apielements/apib-parser": "^0.20.1",
"@apielements/apib-serializer": "^0.16.3",
"@apielements/core": ">=0.1.0 <0.3.0",
"@apielements/openapi2-parser": "^0.32.4",
"@apielements/openapi3-parser": "^0.16.0",
"cardinal": "^2.1.1",
"commander": "^5.1.0",
"js-yaml": "^3.12.0",
"minim": "^0.23.8"
},
"devDependencies": {
"eslint": "^5.16.0"
},
"engines": {
"node": ">=8"
}
}