mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:42:20 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@gkd-kit/subscription",
|
|
"type": "module",
|
|
"version": "0.0.56",
|
|
"main": "./dist/gkd.json",
|
|
"unpkg": "./dist/gkd.json",
|
|
"jsdelivr": "./dist/gkd.json",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --noEmit && tsx ./scripts/build.ts",
|
|
"check": "tsc --noEmit && tsx ./scripts/check.ts",
|
|
"sync": "tsx ./scripts/sync.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@gkd-kit/selector": "0.0.11",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/node": "^20.4.2",
|
|
"dayjs": "^1.11.9",
|
|
"lodash": "^4.17.21",
|
|
"prettier": "^3.0.1",
|
|
"tsx": "^3.12.7",
|
|
"typescript": "^5.1.6",
|
|
"undici": "^5.23.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"author": "lisonge",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/gkd-kit/subscription#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/gkd-kit/subscription/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gkd-kit/subscription.git"
|
|
},
|
|
"volta": {
|
|
"node": "20.5.0"
|
|
},
|
|
"packageManager": "pnpm@8.7.1"
|
|
}
|