-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 787 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 787 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
{
"name": "nodejs-drizzle-example",
"version": "0.0.1",
"license": "CC0-1.0",
"type": "module",
"description": "This is a basic sample repository that shows how to use the PowerSync Node.js SDK along with Drizzle.",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/powersync-community/nodejs-drizzle-example.git"
},
"author": "",
"bugs": {
"url": "https://github.com/powersync-community/nodejs-drizzle-example/issues"
},
"homepage": "https://github.com/powersync-community/nodejs-drizzle-example#readme",
"dependencies": {
"@powersync/drizzle-driver": "^0.7.0",
"@powersync/node": "^0.14.3",
"better-sqlite3": "^12.4.6",
"dotenv": "^17.2.3"
}
}