@pinia/testing
Version:
Testing module for Pinia
56 lines • 1.24 kB
JSON
{
"name": "@pinia/testing",
"version": "1.0.0",
"description": "Testing module for Pinia",
"keywords": [
"vue",
"vuex",
"store",
"pinia",
"tests",
"mock",
"testing"
],
"homepage": "https://github.com/vuejs/pinia/tree/v3/packages/testing#readme",
"bugs": {
"url": "https://github.com/vuejs/pinia/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/pinia.git"
},
"funding": "https://github.com/sponsors/posva",
"license": "MIT",
"author": {
"name": "Eduardo San Martin Morote",
"email": "posva13@gmail.com"
},
"sideEffects": false,
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/*.js",
"dist/*.mjs",
"dist/*.d.ts"
],
"devDependencies": {
"tsup": "^8.3.6",
"pinia": "3.0.0"
},
"peerDependencies": {
"pinia": ">=3.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/testing -r 1"
}
}