-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "openapi-merge",
"version": "1.0.0",
"description": "The parent openapi-merge package",
"main": "index.js",
"repository": "[email protected]:robertmassaioli/openapi-merge.git",
"author": "Robert Massaioli <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"lint": "bolt ws lint",
"test": "bolt ws test",
"cli": "bolt w openapi-merge-cli run start",
"prepare": "husky install"
},
"bolt": {
"workspaces": [
"packages/*"
]
},
"dependencies": {
"@adobe/jsonschema2md": "^6",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@types/isomorphic-fetch": "^0.0.35",
"@types/jest": "^25.2.1",
"@types/js-yaml": "^3.12.5",
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"ajv": "^6.12.2",
"atlassian-openapi": "^1.0.8",
"babel-jest": "^26.0.1",
"commander": "^5.1.0",
"es6-promise": "^4.2.8",
"eslint": "^7.0.0",
"husky": "^7.0.2",
"isomorphic-fetch": "^3",
"jest": "^27.1.1",
"js-yaml": "^3.14.0",
"lodash": "^4.17.15",
"ts-is-present": "^1.1.1",
"ts-node": "^8.10.1",
"typescript": "^3.8.3",
"typescript-json-schema": "^0.50.1"
}
}