mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 08:22:20 +08:00
40 lines
888 B
JSON
40 lines
888 B
JSON
{
|
|
"name": "@gkd-kit/subscription",
|
|
"type": "module",
|
|
"version": "0.0.36",
|
|
"main": "./dist/gkd.json",
|
|
"unpkg": "./dist/gkd.json",
|
|
"jsdelivr": "./dist/gkd.json",
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsx ./src/main.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"
|
|
}
|
|
}
|