-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "sequence-plugin-openapiv3-network",
"version": "1.0.0",
"description": "plugin of wuhao-sequence, for openapiv3 transform to wuhao-network",
"main": "dist/index.js",
"type": "module",
"types": "dist/types",
"scripts": {
"serve": "rollup -c -w",
"build": "rollup -c",
"test": "node --test tests/**/*.test.mjs",
"test:unit": "node --test tests/openapi-plugin.test.mjs",
"test:e2e": "node --test tests/**/*.e2e.test.mjs"
},
"repository": {
"url": "https://github.com/kiwh77/plugin-openapiv3-network.git"
},
"keywords": [
"wuhao-network",
"wuhao-sequence",
"sequence",
"wuhao",
"OpenApiV3"
],
"author": {
"name": "wuhao",
"email": "kiwh77@126.com"
},
"license": "MIT",
"dependencies": {
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@types/handlebars-helpers": "^0.5.3",
"@types/node": "^18.15.8",
"rollup": "^3.20.2",
"rollup-plugin-copy": "^3.4.0",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
}
}