-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 988 Bytes
/
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
{
"name": "@jagaad/nezasa-client",
"version": "0.7.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"postdownload": "prettier --write --ignore-unknown openapi",
"postgenerate": "prettier --write --ignore-unknown src",
"download": "./scripts/download.sh",
"openapi-patches": "./scripts/openapi-patches.sh",
"generate": "./scripts/generate-api-types.sh",
"build": "tsup",
"release": "np"
},
"repository": {
"type": "git",
"url": "https://github.com/jagaad/nezasa-client.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"api",
"client",
"tripbuilder",
"nezasa"
],
"author": "Jagaad <[email protected]>",
"license": "MIT",
"description": "",
"devDependencies": {
"@jagaad/prettier-config": "^1.1.1",
"np": "^10.0.7",
"prettier": "^3.3.3",
"swagger-typescript-api": "^13.0.23",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"prettier": "@jagaad/prettier-config"
}