-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.53 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.53 KB
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
45
46
47
48
49
50
51
52
53
{
"name": "@short.io/client-node",
"version": "3.0.2",
"description": "Official Short.io Node.js SDK for URL shortening, link management, QR codes, analytics, and geographic targeting",
"main": "dist/index.js",
"type": "module",
"private": false,
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"generate": "openapi-ts -f openapi/config.ts",
"compile": "tsc --build . && tsc-alias",
"prepare": "npm run compile",
"prepublishOnly": "npm run compile",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Short-io/client-node.git"
},
"keywords": [
"short.io",
"api",
"client",
"node",
"sdk"
],
"author": "",
"license": "FSL",
"bugs": {
"url": "https://github.com/Short-io/client-node/issues"
},
"homepage": "https://github.com/Short-io/client-node#readme",
"prettier": "@short.io/eslint-config/prettier",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@hey-api/openapi-ts": "^0.90.4",
"@types/node": "^25.0.9",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"msw": "^2.12.7",
"tsc-alias": "^1.8.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vitest": "^4.0.18"
},
"dependencies": {
"zod": "^4.3.6"
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}