-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 877 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 877 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
32
33
34
35
36
37
38
{
"name": "@gkd-kit/selector",
"version": "0.5.23",
"description": "@gkd-kit/selector",
"main": "./kotlin/gkd-selector.mjs",
"types": "./kotlin/gkd-selector.d.mts",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"postpublish": "curl -X PUT https://registry-direct.npmmirror.com/@gkd-kit/selector/sync",
"build": "tsx scripts/build.ts",
"prepublish": "tsx scripts/build.ts"
},
"devDependencies": {
"@types/node": "22.13.8",
"rimraf": "6.0.1",
"tsx": "4.19.3",
"typescript": "5.8.2"
},
"files": [
"./kotlin"
],
"author": "lisonge",
"homepage": "https://github.com/gkd-kit/selector",
"license": "GPL-v3",
"volta": {
"node": "22.14.0",
"pnpm": "10.5.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}