Files
turso/bindings/javascript/packages/browser-common/package.json
2025-09-23 12:28:16 +04:00

29 lines
592 B
JSON

{
"name": "@tursodatabase/database-browser-common",
"version": "0.2.0-pre.7",
"repository": {
"type": "git",
"url": "https://github.com/tursodatabase/turso"
},
"type": "module",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"packageManager": "yarn@4.9.2",
"files": [
"dist/**",
"README.md"
],
"devDependencies": {
"typescript": "^5.9.2"
},
"scripts": {
"tsc-build": "npm exec tsc",
"build": "npm run tsc-build",
"test": "echo 'no tests'"
},
"dependencies": {
"@napi-rs/wasm-runtime": "^1.0.5"
}
}