Files
turso/bindings/javascript/packages/common/package.json
2025-10-17 11:08:36 +03:00

27 lines
542 B
JSON

{
"name": "@tursodatabase/database-common",
"version": "0.3.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",
"vitest": "^3.2.4"
},
"scripts": {
"tsc-build": "npm exec tsc",
"build": "npm run tsc-build",
"test": "vitest --run"
}
}