-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 874 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "pocketbasesync",
"version": "0.0.16",
"description": "Synchronize your data in real-time between your frontend and your pocketbase instances.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"pocketbase",
"api",
"synchronize",
"real-time"
],
"author": "zenaphobia",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.14.11",
"typescript": "^5.5.3"
},
"dependencies": {
"pocketbase": "^0.21.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenaphobia/pocketsync.git"
},
"bugs": {
"url": "https://github.com/zenaphobia/pocketsync/issues"
},
"homepage": "https://github.com/zenaphobia/pocketsync#readme"
}