-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 965 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 965 Bytes
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
{
"name": "polito-api-spec",
"version": "0.0.1",
"type": "module",
"description": "Polito Students API TypeSpec Definition",
"repository": {
"type": "git",
"url": "https://github.com/polito/api-spec.git"
},
"packageManager": "npm@10.8.2",
"scripts": {
"apimanager": "node scripts/apimanager.js",
"compile": "node scripts/apimanager.js compile",
"generate": "node scripts/apimanager.js generate",
"deploy-local": "node scripts/apimanager.js deploy-local",
"help": "node scripts/apimanager.js --help",
"check": "node scripts/apimanager.js check",
"format": "node scripts/apimanager.js format",
"prepare": "husky"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.25.2",
"@typespec/compiler": "^1.7.0",
"@typespec/http": "^1.7.0",
"@typespec/openapi": "^1.7.0",
"@typespec/openapi3": "^1.7.0",
"commander": "^14.0.3",
"husky": "^9.1.7",
"yaml": "^2.8.2"
}
}