@rstore/nuxt-drizzle
Version:
Rstore + Nuxt + Drizzle
60 lines • 1.56 kB
JSON
{
"name": "@rstore/nuxt-drizzle",
"type": "module",
"version": "0.5.5",
"description": "Rstore + Nuxt + Drizzle",
"license": "MIT",
"repository": {
"url": "https://github.com/Akryum/rstore.git",
"type": "git",
"directory": "packages/nuxt-drizzle"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"drizzle-orm": "*"
},
"dependencies": {
"@nuxt/kit": "^3.16.0",
"h3": "^1.15.1",
"jiti": "^2.4.2",
"pathe": "^2.0.3",
"@rstore/shared": "^0.5.5",
"@rstore/vue": "^0.5.5",
"@rstore/nuxt": "^0.5.5"
},
"devDependencies": {
"@nuxt/devtools": "^2.3.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.16.0",
"@nuxt/test-utils": "^3.17.2",
"@types/node": "latest",
"drizzle-orm": "^0.40.0",
"nuxt": "^3.16.0",
"typescript": "~5.8.2",
"vitest": "^3.0.8",
"vue-tsc": "^2.2.8"
},
"scripts": {
"build": "nuxi prepare playground && nuxt-module-build build",
"dev:playground": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
}
}