forked from karlvr/openapi-generator-plus-generators
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.8 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.8 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
45
{
"name": "openapi-generator-plus-generators",
"private": true,
"scripts": {
"apply-updates": "pnpx -y npm-check-updates -u && pnpm --recursive exec pnpx -y npm-check-updates -u",
"build": "pnpm build --recursive",
"check-updates": "pnpx -y npm-check-updates && pnpm --recursive exec pnpx -y npm-check-updates",
"clean": "pnpm clean --recursive",
"clean:node": "pnpm --recursive exec rm -rf node_modules",
"link": "pnpm link --global @openapi-generator-plus/core @openapi-generator-plus/types @openapi-generator-plus/indexed-type @openapi-generator-plus/testing && pnpm --recursive --workspace-concurrency=1 exec pnpm link --global",
"release": "pnpm clean && pnpm build && pnpm test && pnpx changeset publish && pnpm install",
"release:version": "pnpm changeset version && pnpm install",
"test": "pnpm test --recursive --workspace-concurrency 1",
"watch": "pnpm watch --parallel"
},
"devDependencies": {
"@changesets/cli": "^2.21.1",
"@types/jest": "^27.4.1",
"@types/less": "^3.0.3",
"@types/lodash": "^4.14.179",
"@types/marked": "^4.0.2",
"@types/node": "^17.0.21",
"@types/pluralize": "0.0.29",
"@types/rimraf": "^3.0.2",
"@types/url-parse": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.11.0",
"eslint-plugin-jest": "^26.1.1",
"glob": "^7.2.0",
"glob-promise": "^4.2.2",
"handlebars": "^4.7.7",
"jest": "^27.5.1",
"maven": "github:karlvr/node-maven",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
},
"dependencies": {
"@openapi-generator-plus/core": "^1.5.0",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/testing": "^1.3.0",
"@openapi-generator-plus/types": "^1.4.0"
}
}