gkd-subscription/package.json

42 lines
929 B
JSON
Raw Normal View History

2023-07-04 10:39:26 +08:00
{
"name": "@gkd-kit/subscription",
"type": "module",
2023-07-09 23:24:35 +08:00
"version": "0.0.6",
2023-07-04 10:39:26 +08:00
"main": "./dist/gkd.json",
2023-07-09 23:24:35 +08:00
"unpkg": "./dist/gkd.json",
"jsdelivr": "./dist/gkd.json",
2023-07-04 10:39:26 +08:00
"files": [
"dist"
],
"scripts": {
"build": "tsx ./src/main.ts"
},
"dependencies": {
2023-07-10 11:07:57 +08:00
"@gkd-kit/selector": "0.0.4",
2023-07-04 10:39:26 +08:00
"@types/lodash": "^4.14.194",
"@types/node": "^20",
"@types/prettier": "2.7.3",
"dayjs": "^1.11.7",
2023-07-09 23:24:35 +08:00
"dotenv": "^16.2.0",
2023-07-04 10:39:26 +08:00
"lodash": "^4.17.21",
2023-07-09 23:24:35 +08:00
"prettier": "^2.8.8",
"qiniu": "^7.8.0",
2023-07-04 10:39:26 +08:00
"tsx": "^3.12.6",
"typescript": "^5.0.4",
"undici": "^5.22.1"
},
2023-07-09 23:24:35 +08:00
"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"
},
2023-07-04 10:39:26 +08:00
"volta": {
"node": "20.3.0"
}
}