gkd-subscription/package.json

43 lines
961 B
JSON
Raw Normal View History

2023-07-04 10:39:26 +08:00
{
"name": "@gkd-kit/subscription",
"type": "module",
2023-08-28 20:59:21 +08:00
"version": "0.0.30",
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": [
2023-08-11 20:19:30 +08:00
"./dist"
2023-07-04 10:39:26 +08:00
],
"scripts": {
"build": "tsx ./src/main.ts"
},
2023-08-11 20:19:30 +08:00
"devDependencies": {
"@gkd-kit/selector": "0.0.10",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
2023-07-04 10:39:26 +08:00
"@types/prettier": "2.7.3",
2023-08-11 20:19:30 +08:00
"ajv": "8.12.0",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
2023-07-04 10:39:26 +08:00
"lodash": "^4.17.21",
2023-08-11 20:19:30 +08:00
"prettier": "^3.0.1",
"qiniu": "^7.9.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"undici": "^5.23.0"
2023-07-04 10:39:26 +08:00
},
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": {
2023-08-11 20:19:30 +08:00
"node": "20.5.0"
2023-07-04 10:39:26 +08:00
}
}