-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 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": "@truepic/vision-api-types",
"version": "3.78.0",
"description": "TypeScript type declarations for Truepic Vision API v3",
"bugs": "https://github.com/TRUEPIC/vision-api-types/issues",
"license": "MIT",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/TRUEPIC/vision-api-types.git"
},
"files": [
"index.d.ts"
],
"scripts": {
"generate": "openapi-typescript https://vision-api.truepic.com/v3/open-api -o index.d.ts",
"release": "release-it --only-version",
"validate": "tsc --noEmit --strict index.d.ts"
},
"devDependencies": {
"openapi-typescript": "^7.13.0",
"release-it": "^20.0.1",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}