pocketbase-node
Version:
A Node.js compatibility layer for PocketBase JSVM
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "pocketbase-node",
"version": "0.0.3",
"description": "A Node.js compatibility layer for PocketBase JSVM",
"author": {
"name": "Ben Allfree",
"github": "benallfree"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/benallfree/pocketbase-node"
},
"keywords": [
"pocketbase",
"jsvm",
"node",
"nodejs",
"file",
"filesystem",
"fs",
"process",
"child_process",
"goja",
"path",
"dirname"
],
"bugs": {
"url": "https://github.com/benallfree/pocketbase-node/issues"
},
"homepage": "https://github.com/benallfree/pocketbase-node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --dts --format cjs --out-dir dist",
"watch": "tsup src/index.ts --dts --format cjs --out-dir dist --watch"
},
"devDependencies": {
"@types/node": "^22.5.4",
"pocketbase-jsvm": "^0.22.20001",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
}
}