Files
turso/bindings/javascript/examples/database-node/package.json
Nikita Sivukhin f582744819 fix package jsons
2025-10-03 14:44:15 +04:00

17 lines
319 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": "^0.2.0"
}
}