mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-27 13:33:20 +00:00
14 lines
240 B
JSON
14 lines
240 B
JSON
{
|
|
"name": "@pockethost/common",
|
|
"version": "0.0.1",
|
|
"main": "src/index.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"postinstall": "cd ../.. && patch-package"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.11.2",
|
|
"nanoid": "^4.0.0"
|
|
}
|
|
}
|