forked from StackOneHQ/stackone-client-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 678 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 678 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": "@stackone/stackone-client-ts",
"version": "4.19.1",
"author": "StackOne",
"main": "./index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/StackOneHQ/stackone-client-typescript.git",
"directory": "."
},
"scripts": {
"lint": "eslint --cache --max-warnings=0 src",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"zod": ">= 3"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.22.0",
"zod": "^3.23.4"
},
"dependencies": {
}
}