Files
turso/examples/javascript/database-node/package.json
2025-10-06 18:01:54 +04:00

17 lines
357 B
JSON

{
"name": "database-node",
"version": "1.0.0",
"main": "index.mjs",
"author": "",
"license": "ISC",
"description": "",
"scripts": {
"tsc-build": "echo 'no tsc-build'",
"build": "echo 'no build'",
"test": "echo 'no tests'"
},
"dependencies": {
"@tursodatabase/database": "../../../bindings/javascript/packages/native"
}
}