{ "name": "nuxt-mongoose", "type": "module", "version": "0.0.1", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/arashsheyda/nuxt-mongoose" }, "exports": { ".": { "types": "./dist/types.d.ts", "require": "./dist/module.cjs", "import": "./dist/module.mjs" } }, "main": "./dist/module.cjs", "types": "./dist/types.d.ts", "files": [ "dist" ], "scripts": { "prepack": "nuxt-module-build && npm run build:client", "build:client": "nuxi generate client", "dev:client": "nuxi dev client --port 3300", "dev": "npm run play:dev", "dev:prepare": "nuxt-module-build --stub && nuxi prepare client", "play:dev": "nuxi dev playground", "play:prod": "npm run prepack && nuxi dev playground", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch" }, "peerDependencies": { "mongoose": "^7.0.3", "nuxt": "^3.4.1" }, "dependencies": { "@nuxt/devtools-kit": "^0.4.1", "@nuxt/kit": "^3.4.1", "@types/fs-extra": "^11.0.1", "birpc": "^0.2.11", "defu": "^6.1.2", "flatted": "^3.2.7", "fs-extra": "^11.1.1", "pluralize": "^8.0.0", "sirv": "^2.0.2", "tinyws": "^0.1.0", "ws": "^8.13.0" }, "devDependencies": { "@antfu/eslint-config": "^0.38.4", "@nuxt/devtools": "^0.4.1", "@nuxt/devtools-ui-kit": "^0.4.1", "@nuxt/module-builder": "^0.3.0", "@nuxt/schema": "^3.4.1", "@nuxt/test-utils": "^3.4.1", "@types/pluralize": "^0.0.29", "@types/ws": "^8.5.4", "changelogen": "^0.5.3", "eslint": "^8.38.0", "mongoose": "^7.0.4", "nuxt": "^3.4.1", "vitest": "^0.30.1" } }