forked from chenshuai2144/openapi2typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.6 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": "@umijs/openapi",
"version": "1.9.4",
"description": "",
"repository": {
"type": "git",
"url": "[email protected]:chenshuai2144/openapi2typescript.git"
},
"license": "MIT",
"author": "chenshuai2144",
"main": "dist/index.js",
"files": [
"dist",
"templates"
],
"scripts": {
"build": "tsc",
"localConvert4Project": "rm -rf ./test/servers/ ./test/file-servers/ && npm run build && cd ./test && node ./test.js && cd .. && rm -rf /Users/fd/wj/psp-web-pro/src/services/wj && mv ./test/servers/api/ /Users/fd/wj/psp-web-pro/src/services/wj",
"prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish --any-branch",
"start": "tsc -w",
"test": "rm -rf ./test/servers/ ./test/servers-allof/ ./test/file-servers/ && npm run build && cd ./test && node ./test.js && cd ..",
"test:windows": "rimraf ./test/servers/ ./test/servers-allof/ ./test/file-servers/ && npm run build && cd ./test && ts-node ./test.js --project tsconfig.json && cd .."
},
"dependencies": {
"@umijs/fabric": "^2.5.6",
"chalk": "^4.1.2",
"dayjs": "^1.10.3",
"glob": "^7.1.6",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"mock.js": "^0.2.0",
"mockjs": "^1.1.0",
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.2",
"openapi3-ts": "^2.0.1",
"prettier": "^2.2.1",
"reserved-words": "^0.1.2",
"rimraf": "^3.0.2",
"swagger2openapi": "^7.0.4",
"tiny-pinyin": "^1.3.2"
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^14.14.22",
"np": "^7.2.0",
"tslib": "^2.6.0",
"typescript": "^4.1.3"
}
}