UNPKG

pinia-orm-edge

Version:

The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.

121 lines 2.96 kB
{ "name": "pinia-orm-edge", "version": "2.0.0-29146665.b053e2d", "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.", "keywords": [ "vue", "pinia", "pinia-plugin", "pinia-orm", "orm" ], "license": "MIT", "author": { "name": "Gregor Becker", "email": "gregor@codedredd.de" }, "funding": "https://github.com/sponsors/codedredd", "jsdelivr": "dist/index.mjs", "unpkg": "dist/index.mjs", "types": "dist/index.d.ts", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./dist/*": { "types": "./dist/*.d.ts", "require": "./dist/*.cjs", "import": "./dist/*.mjs" }, "./*": { "types": "./dist/*.d.ts", "require": "./dist/*.cjs", "import": "./dist/*.mjs" } }, "files": [ "dist", "LICENSE", "README.md" ], "peerDependencies": { "pinia": ">=3.0.0" }, "dependencies": { "@pinia-orm/normalizr": "npm:@pinia-orm/normalizr-edge@2.0.0-29146665.b053e2d" }, "devDependencies": { "@nuxt/eslint-config": "^1.1.0", "@pinia/testing": "^0.1.3", "@size-limit/preset-small-lib": "^11.1.4", "@types/node": "^22.10.5", "@types/prettier": "^3.0.0", "@types/uuid": "^10.0.0", "@vitest/coverage-v8": "^3.0.5", "@vitest/ui": "^3.0.5", "@vue/composition-api": "^1.7.2", "@vue/test-utils": "^2.4.6", "c8": "^10.1.2", "core-js": "^3.37.1", "eslint": "^9.21.0", "happy-dom": "^16.0.1", "mkdist": "^2.1.0", "nanoid": "^5.1.0", "pinia": "^3.0.1", "prettier": "^3.3.2", "size-limit": "^11.1.4", "std-env": "^3.7.0", "tsup": "^8.1.0", "typescript": "^5.8.2", "unbuild": "^3.1.0", "uuid": "^10.0.0", "vite": "^6.0.0", "vitest": "^3.0.5", "vue": "^3.5.13" }, "size-limit": [ { "path": "dist/index.mjs", "limit": "16 kB" }, { "path": "dist/decorators.mjs", "limit": "1 kB" }, { "path": "dist/casts.mjs", "limit": "1 kB" }, { "path": "dist/helpers.mjs", "limit": "1 kB" } ], "volta": { "node": "22.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/CodeDredd/pinia-orm.git" }, "bugs": { "url": "https://github.com/CodeDredd/pinia-orm/issues" }, "homepage": "https://github.com/CodeDredd/pinia-orm#readme", "_name": "pinia-orm", "scripts": { "build": "unbuild", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l pinia-orm -r 1", "coverage": "vitest --run --coverage", "size": "size-limit", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "test:ui": "vitest --ui --api 9527", "test:watch": "vitest --watch", "test": "vitest --run" } }