-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "express-zod-openapi-autogen",
"version": "0.0.0-semantically-released",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/Foundry376/express-zod-openapi-autogen"
},
"scripts": {
"build": "tsc",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"prepublish": "tsc",
"test": "NODE_ENV=test mocha --exit"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.2.0"
},
"peerDependencies": {
"express": "^5.0.0-beta.1",
"openapi3-ts": "^4.1.2",
"zod": "^3"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/chai": "^4.3.1",
"@types/chai-spies": "^1.0.6",
"@types/express": "^4.17.20",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"chai": "^4.3.6",
"chai-spies": "^1.1.0",
"express": "^5.0.0-beta.1",
"husky": "^9.1.7",
"mocha": "^10.8.2",
"openapi3-ts": "^4.1.2",
"pinst": "^3.0.0",
"semantic-release": "^24.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"zod": "^3"
}
}