gkd-subscription/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2023-07-04 10:39:26 +08:00
{
"name": "@gkd-kit/subscription",
"type": "module",
2023-09-04 00:54:04 +08:00
"version": "0.0.48",
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-09-02 13:17:03 +08:00
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
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": {
2023-09-03 18:30:48 +08:00
"build": "tsc --noEmit && tsx ./scripts/build.ts",
2023-09-03 18:32:45 +08:00
"check": "tsc --noEmit && tsx ./scripts/check.ts",
"sync": "tsx ./scripts/sync.ts"
2023-07-04 10:39:26 +08:00
},
2023-08-11 20:19:30 +08:00
"devDependencies": {
2023-08-29 11:28:27 +08:00
"@gkd-kit/selector": "0.0.11",
2023-08-11 20:19:30 +08:00
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"dayjs": "^1.11.9",
2023-07-04 10:39:26 +08:00
"lodash": "^4.17.21",
2023-08-11 20:19:30 +08:00
"prettier": "^3.0.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
2023-08-30 15:32:44 +08:00
"undici": "^5.23.0",
"picocolors": "^1.0.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
}
}