gkd-subscription/package.json
2023-08-28 17:47:23 +08:00

43 lines
961 B
JSON

{
"name": "@gkd-kit/subscription",
"type": "module",
"version": "0.0.15",
"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.10",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@types/prettier": "2.7.3",
"ajv": "8.12.0",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"prettier": "^3.0.1",
"qiniu": "^7.9.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"undici": "^5.23.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"
}
}