forked from acacode/swagger-typescript-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 5.88 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "swagger-typescript-api",
"version": "12.0.2",
"description": "Generate typescript/javascript api from swagger schema",
"scripts": {
"cli:json": "node index.js -r -d -p ./swagger-test-cli.json -n swagger-test-cli.ts",
"cli:yaml": "node index.js -r -d -p ./swagger-test-cli.yaml -n swagger-test-cli.ts",
"node": "node swagger-test-cli/generate.js",
"node:debug": "node --nolazy swagger-test-cli/generate.js",
"contributors": "all-contributors generate",
"cli:help": "node index.js -h",
"test-all": "node --unhandled-rejections=strict ./scriptsRunner.js generate validate test:*",
"test-all(update-snapshots)": "cross-env UPDATE_SNAPSHOTS=true node --unhandled-rejections=strict ./scriptsRunner.js generate validate test:*",
"test-all-extended": "node --unhandled-rejections=strict ./scriptsRunner.js generate-extended validate generate validate test:*",
"test-specific": "node ./scriptsRunner.js generate validate test:*",
"test-specific-only": "node ./scriptsRunner.js test:*",
"prepare": "npm run test-all-extended",
"generate": "node tests/generate.js",
"generate-extended": "node tests/generate-extended.js",
"generate:debug": "node --nolazy tests/generate.js",
"validate": "node tests/validate.js",
"validate:debug": "node --nolazy tests/validate.js",
"test:--route-types": "node tests/spec/routeTypes/test.js",
"test:--no-client": "node tests/spec/noClient/test.js",
"test:--default-as-success": "node tests/spec/defaultAsSuccess/test.js",
"test:--templates": "node tests/spec/templates/test.js",
"test:--union-enums": "node tests/spec/unionEnums/test.js",
"test:--add-readonly": "node tests/spec/readonly/test.js",
"test:--responses": "node tests/spec/responses/test.js",
"test:specProperty": "node tests/spec/specProperty/test.js",
"test:--module-name-index": "node tests/spec/moduleNameIndex/test.js",
"test:--module-name-first-tag": "node tests/spec/moduleNameFirstTag/test.js",
"test:--modular": "node tests/spec/modular/test.js",
"test:--single-http-client": "node tests/spec/singleHttpClient/test.js",
"test:--extract-request-params": "node tests/spec/extractRequestParams/test.js",
"test:--extract-request-body": "node tests/spec/extractRequestBody/test.js",
"test:--extract-response-body": "node tests/spec/extractResponseBody/test.js",
"test:--extract-response-error": "node tests/spec/extractResponseError/test.js",
"test:--enum-names-as-values": "node tests/spec/enumNamesAsValues/test.js",
"test:--default-response": "node tests/spec/defaultResponse/test.js",
"test:--js": "node tests/spec/js/test.js",
"test:jsSingleHttpClientModular": "node tests/spec/jsSingleHttpClientModular/test.js",
"test:--js--axios": "node tests/spec/jsAxios/test.js",
"test:--axios": "node tests/spec/axios/test.js",
"test:--another-array-type": "node tests/spec/another-array-type/test.js",
"test:--object-types": "node tests/spec/object-types/test.js",
"test:--axios--single-http-client": "node tests/spec/axiosSingleHttpClient/test.js",
"test:--type-suffix--type-prefix": "node tests/spec/typeSuffixPrefix/test.js",
"test:--dot-path-params": "node tests/spec/dot-path-params/test.js",
"test:--primitive-type-constructs": "node tests/spec/primitive-type-constructs/test.js",
"test:--cli": "node index.js -p tests/spec/cli/schema.json -o tests/spec/cli -n schema.ts --extract-response-body --extract-response-error --api-class-name MySuperApi --type-prefix Prefix && node tests/spec/cli/test.js",
"test:partialBaseTemplate": "node tests/spec/partialBaseTemplate/test.js",
"test:partialDefaultTemplate": "node tests/spec/partialDefaultTemplate/test.js",
"test:--patch": "node tests/spec/patch/test.js",
"test:deprecated": "node tests/spec/deprecated/test.js",
"test:nullableRefTest3.0": "node tests/spec/nullable-3.0/test.js",
"test:nullableRefTest2.0": "node tests/spec/nullable-2.0/test.js",
"test:additionalProperties2.0": "node tests/spec/additional-properties-2.0/test.js",
"test:enums2.0": "node tests/spec/enums-2.0/test.js",
"test:another-query-params": "node tests/spec/another-query-params/test.js",
"test:on-insert-path-param": "node tests/spec/on-insert-path-param/test.js",
"test:extra-templates": "node tests/spec/extra-templates/test.js",
"test:extract-enums": "node tests/spec/extract-enums/test.js"
},
"author": "acacode",
"license": "MIT",
"typings": "./index.d.ts",
"main": "src/index.js",
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "^18.11.7",
"@types/prettier": "^2.7.1",
"all-contributors-cli": "^6.20.0",
"axios": "^1.1.3",
"cross-env": "^7.0.3",
"git-diff": "^2.0.6",
"husky": "^4.3.6",
"pretty-quick": "^3.1.0"
},
"dependencies": {
"@types/swagger-schema-official": "2.0.22",
"cosmiconfig": "7.0.1",
"didyoumean": "^1.2.2",
"eta": "1.12.3",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"make-dir": "3.1.0",
"nanoid": "3.3.4",
"node-emoji": "1.11.0",
"node-fetch": "^3.2.10",
"prettier": "2.7.1",
"swagger-schema-official": "2.0.0-bab6bed",
"swagger2openapi": "7.0.8",
"typescript": "4.8.4"
},
"bin": {
"swagger-typescript-api": "index.js",
"sta": "index.js"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"post-commit": "git update-index -g"
}
},
"keywords": [
"openapi",
"swagger",
"typescript",
"api",
"javascript",
"rest",
"codegen",
"generation",
"http"
],
"files": [
"src",
"index.js",
"index.d.ts",
"templates",
"cli",
"LICENSE"
],
"bugs": {
"url": "https://github.com/acacode/swagger-typescript-api/issues"
},
"homepage": "https://github.com/acacode/swagger-typescript-api",
"repository": {
"type": "git",
"url": "git://github.com/acacode/swagger-typescript-api"
}
}