@pinia/testing
Version:
Testing module for Pinia
56 lines • 1.19 kB
JSON
{
"name": "@pinia/testing",
"version": "2.0.1",
"description": "Testing module for Pinia",
"keywords": [
"mock",
"pinia",
"store",
"testing",
"tests",
"vue",
"vuex"
],
"homepage": "https://pinia.vuejs.org/cookbook/testing.html",
"bugs": {
"url": "https://github.com/vuejs/pinia/issues"
},
"license": "MIT",
"author": {
"name": "Eduardo San Martin Morote",
"email": "posva13@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/pinia.git"
},
"funding": "https://github.com/sponsors/posva",
"files": [
"dist/*.d.mts",
"dist/*.mjs"
],
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"nostics": "^1.1.4"
},
"devDependencies": {
"tsdown": "^0.22.8",
"pinia": "4.0.2"
},
"peerDependencies": {
"pinia": ">=4.0.2"
},
"scripts": {
"build": "tsdown",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/testing -r 1"
}
}