2026-03-20 18:32:58 +08:00
|
|
|
{
|
|
|
|
|
"name": "script",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "pocketbase.js",
|
|
|
|
|
"scripts": {
|
2026-03-24 10:36:19 +08:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2026-03-27 10:27:44 +08:00
|
|
|
"init:newpb": "node pocketbase.newpb.js",
|
2026-03-27 19:26:25 +08:00
|
|
|
"init:documents": "node pocketbase.documents.js",
|
2026-03-28 15:13:04 +08:00
|
|
|
"init:dictionary": "node pocketbase.dictionary.js",
|
2026-03-29 16:21:34 +08:00
|
|
|
"migrate:file-fields": "node pocketbase.file-fields-to-attachments.js",
|
2026-03-29 19:57:04 +08:00
|
|
|
"test:company-native-api": "node test-tbl-company-native-api.js",
|
|
|
|
|
"test:company-owner-sync": "node test-company-owner-sync.js"
|
2026-03-20 18:32:58 +08:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"pocketbase": "^0.26.8"
|
|
|
|
|
}
|
|
|
|
|
}
|