mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-07 01:21:31 +00:00
21 lines
419 B
JSON
21 lines
419 B
JSON
{
|
|
"name": "@pockethost/pocketbase",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsx build.ts"
|
|
},
|
|
"devDependencies": {
|
|
"chokidar-cli": "^3.0.0",
|
|
"tsx": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"@pockethost/common": "0.0.1",
|
|
"@s-libs/micro-dash": "^14.1.0",
|
|
"@types/listr": "^0.14.4",
|
|
"@types/node": "^18.11.9",
|
|
"bottleneck": "^2.19.5",
|
|
"listr": "^0.14.3"
|
|
}
|
|
}
|