UNPKG

1.85 kBJSONView Raw
1{
2 "name": "openapi-directory",
3 "version": "1.1.4",
4 "description": "Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS",
5 "main": "dist/runtime/index.js",
6 "types": "dist/runtime/index.d.ts",
7 "files": [
8 "api/",
9 "dist/runtime/",
10 "openapi-directory.d.ts",
11 "src/"
12 ],
13 "scripts": {
14 "prepare": "napa APIs-guru/openapi-directory#5cb796e:openapi-directory",
15 "use-openapi:master": "napa APIs-guru/openapi-directory#master:openapi-directory",
16 "prepack": "npm run build",
17 "build": "tsc && node dist/buildtime/build-all.js",
18 "test": "TS_NODE_FILES=true mocha -r ts-node/register 'test/**/*.spec.ts'"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/httptoolkit/openapi-directory-js.git"
23 },
24 "keywords": [
25 "openapi",
26 "directory",
27 "collection",
28 "apis",
29 "swagger"
30 ],
31 "author": "Tim Perry <tim@httptoolkit.tech>",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/httptoolkit/openapi-directory-js/issues"
35 },
36 "homepage": "https://github.com/httptoolkit/openapi-directory-js#readme",
37 "engines": {
38 "node": ">=8.0.0"
39 },
40 "dependencies": {
41 "openapi3-ts": "^1.2.0"
42 },
43 "devDependencies": {
44 "@apidevtools/swagger-parser": "^10.0.2",
45 "@types/chai": "^4.1.7",
46 "@types/fs-extra": "^5.0.4",
47 "@types/globby": "^8.0.0",
48 "@types/lodash": "^4.14.120",
49 "@types/mocha": "^5.2.5",
50 "@types/node": "^11.9.0",
51 "@types/serialize-javascript": "^1.5.0",
52 "chai": "^4.2.0",
53 "fs-extra": "^7.0.1",
54 "globby": "^9.0.0",
55 "lodash": "^4.17.11",
56 "mocha": "^5.2.0",
57 "napa": "^3.0.0",
58 "openapi-types": "^7.2.3",
59 "serialize-javascript": "^5.0.1",
60 "swagger-parser": "^8.0.0",
61 "swagger2openapi": "^7.0.5",
62 "ts-node": "^8.0.2",
63 "typescript": "^4.1.3"
64 }
65}