gkd-subscription/package.json
2023-09-04 00:54:04 +08:00

46 lines
1.1 KiB
JSON

{
"name": "@gkd-kit/subscription",
"type": "module",
"version": "0.0.48",
"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"
}
}