-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "openapi-directory",
"version": "1.3.5",
"description": "Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS",
"main": "dist/runtime/index.js",
"types": "dist/runtime/index.d.ts",
"files": [
"api/",
"dist/runtime/",
"openapi-directory.d.ts",
"src/"
],
"scripts": {
"prepare": "napa APIs-guru/openapi-directory#main:openapi-directory",
"prepack": "npm run build",
"build": "tsc && node dist/buildtime/build-all.js",
"test": "TS_NODE_FILES=true mocha -r ts-node/register 'test/**/*.spec.ts'"
},
"runkitExampleFilename": "./runkit-demo.js",
"repository": {
"type": "git",
"url": "git+https://github.com/httptoolkit/openapi-directory-js.git"
},
"keywords": [
"openapi",
"directory",
"collection",
"apis",
"swagger"
],
"author": "Tim Perry <tim@httptoolkit.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/httptoolkit/openapi-directory-js/issues"
},
"homepage": "https://github.com/httptoolkit/openapi-directory-js#readme",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"openapi3-ts": "^1.2.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.120",
"@types/mocha": "^5.2.5",
"@types/node": "^18.14.2",
"@types/serialize-javascript": "^1.5.0",
"chai": "^4.2.0",
"fs-extra": "^7.0.1",
"globby": "^11.1.0",
"lodash": "^4.17.21",
"mocha": "^10.1.0",
"napa": "^3.0.0",
"openapi-types": "^7.2.3",
"serialize-javascript": "^5.0.1",
"swagger2openapi": "^7.0.8",
"ts-node": "^8.0.2",
"typescript": "^4.9.5"
}
}