@stacksjs/database
Version:
The Stacks database integration.
64 lines (63 loc) • 1.61 kB
JSON
{
"name": "@stacksjs/database",
"type": "module",
"version": "0.70.23",
"description": "The Stacks database integration.",
"author": "Chris Breuer",
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/database#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/database"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": [
"database",
"orm",
"sqlite",
"mysql",
"postgres",
"bun",
"stacks"
],
"exports": {
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["README.md", "dist"],
"scripts": {
"build": "bun build.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"optionalDependencies": {
"mysql2": "^3.14.0"
},
"devDependencies": {
"@stacksjs/cli": "0.70.22",
"@stacksjs/config": "0.70.22",
"@stacksjs/development": "0.70.22",
"@stacksjs/faker": "0.70.22",
"@stacksjs/path": "0.70.22",
"@stacksjs/query-builder": "0.70.22",
"@stacksjs/storage": "0.70.22",
"@stacksjs/strings": "0.70.22",
"@stacksjs/utils": "0.70.22",
"@types/tar": "^6.1.13",
"debug": "^4.4.0",
"kysely-bun-worker": "^0.7.0",
"mkdirp": "^3.0.1",
"tar": "^7.4.3"
}
}