-
-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
50 lines (50 loc) · 1.45 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
{
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/runtime": "^7.12.5",
"babel-preset-env": "^1.7.0",
"eslint": "^7.8.1",
"jsdoc-to-markdown": "^7.0.1",
"lerna": "^4.0.0",
"mocha": "^9.0.0",
"should": "^13.2.1",
"webpack": "^5.6.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.2.0",
"yaml": "^1.10.0"
},
"name": "oas-kit",
"description": "This is the mono-repo for swagger2openapi and related projects",
"version": "5.3.0",
"main": "index.js",
"directories": {
"test": "test"
},
"funding": "https://www.linode.com/?r=5734be467cc501b23267cf66d451bc339042ddfa",
"scripts": {
"test": "npx mocha",
"lint": "npx eslint packages/*/*.js test/*.js",
"webpack": "npx webpack",
"webpack-converter": "npx webpack --config webpack.converter.js",
"webpack-validator": "npx webpack --config webpack.validator.js",
"webpack-reftools": "npx webpack --config webpack.reftools.js",
"audits": "npx lerna exec --no-bail npm audit",
"outdated": "npx lerna exec --no-bail npm outdated",
"rescue": "npx lerna publish from-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mermade/oas-kit.git"
},
"author": "Mike Ralphson",
"bugs": {
"url": "https://github.com/mermade/oas-kit/issues"
},
"homepage": "https://github.com/mermade/oas-kit#readme",
"keywords": [
"openapi",
"oas",
"swagger"
],
"dependencies": {}
}