Files
turso/bindings/javascript/packages/core/package.json
Nikita Sivukhin 816aa8b2bc small fixes
2025-09-09 12:05:41 +04:00

25 lines
502 B
JSON

{
"name": "@tursodatabase/database-core",
"version": "0.1.5-pre.4",
"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/**"
],
"devDependencies": {
"typescript": "^5.9.2"
},
"scripts": {
"tsc-build": "npm exec tsc",
"build": "npm run tsc-build",
"test": "echo 'no tests'"
}
}