UNPKG

@pinia-orm/axios

Version:
83 lines 2.13 kB
{ "name": "@pinia-orm/axios", "version": "1.10.2", "description": "Axios plugin for pinia-orm", "bugs": { "url": "https://github.com/CodeDredd/pinia-orm/issues" }, "homepage": "https://github.com/CodeDredd/pinia-orm", "repository": { "url": "https://github.com/CodeDredd/pinia-orm.git", "type": "git" }, "keywords": [ "axios", "pinia-orm", "api" ], "files": [ "dist/", "index.d.ts", "LICENSE", "README.md" ], "type": "module", "funding": "https://github.com/sponsors/codedredd", "jsdelivr": "dist/index.mjs", "unpkg": "dist/index.mjs", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs" }, "./*": "./*" }, "sideEffects": false, "author": { "name": "Gregor Becker", "email": "gregor@codedredd.de" }, "license": "MIT", "peerDependencies": { "axios": ">=1.7.7", "pinia-orm": ">=1.9.1", "pinia": ">=2.1.7" }, "devDependencies": { "@nuxt/eslint-config": "^0.3.13", "@nuxtjs/eslint-config-typescript": "^12.1.0", "@size-limit/preset-small-lib": "^11.1.4", "@vitest/coverage-v8": "^3.0.5", "axios": "^1.7.2", "axios-mock-adapter": "^2.0.0", "eslint": "^9.6.0", "pinia": "^2.1.7", "size-limit": "^11.1.4", "typescript": "^5.5.3", "unbuild": "^3.1.0", "vitest": "^3.0.5", "vue-demi": "^0.14.8", "pinia-orm": "1.10.2" }, "size-limit": [ { "path": "dist/index.mjs", "limit": "2 kB" } ], "scripts": { "build": "unbuild", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia-orm/axios -r 1", "size": "size-limit", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "test:ui": "vue-demi-switch 3 && vitest --ui --api 9527", "test:watch": "vue-demi-switch 3 && vitest --watch", "test:2": "vue-demi-switch 2 vue2 && vitest --run", "test:3": "vue-demi-switch 3 && vitest --run", "test": "pnpm run test:3" } }