mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-28 14:03:23 +00:00
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "@pockethost/common",
|
|
"version": "0.0.1",
|
|
"main": "src/index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "cd ../.. && patch-package",
|
|
"check:types": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.11.2",
|
|
"nanoid": "^4.0.0"
|
|
}
|
|
}
|