mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-17 05:44:56 +00:00
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"name": "@pockethost/common",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@s-libs/micro-dash": "^16.1.0",
|
|
"ajv": "^8.12.0",
|
|
"bottleneck": "^2.19.5",
|
|
"chalk": "^5.3.0",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"nanoid": "^5.0.2",
|
|
"pocketbase": "^0.21.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/json-stringify-safe": "^5.0.2"
|
|
}
|
|
}
|