mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
26 lines
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "@tursodatabase/database-common",
|
|
"version": "0.2.0-pre.3",
|
|
"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'"
|
|
}
|
|
}
|