-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "oas-typescript",
"version": "0.0.1",
"type": "module",
"private": true,
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"wkoa": "yarn workspace @oas-typescript/koa",
"test:koa": "yarn wkoa test",
"gen:koa": "yarn wkoa gen",
"waxios": "yarn workspace @oas-typescript/axios",
"wexpress": "yarn workspace @oas-typescript/express",
"release": "node scripts/release.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imballinst/oas-typescript.git"
},
"author": "Try Ajitiono",
"license": "MIT",
"bugs": {
"url": "https://github.com/imballinst/oas-typescript/issues"
},
"homepage": "https://github.com/imballinst/oas-typescript#readme",
"devDependencies": {
"@changesets/cli": "2.26.2",
"@types/node": "20.3.1",
"knip": "2.38.4",
"openapi-types": "12.1.3",
"prettier": "3.0.3",
"typescript": "5.1.3"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
},
"resolutions": {
"@types/koa": "2.13.10"
}
}