@owlsdepartment/vuex-typed
Version:
Package for writing typed Vuex store with component helpers
48 lines (47 loc) • 1.32 kB
JSON
{
"name": "@owlsdepartment/vuex-typed",
"version": "1.5.3",
"description": "Package for writing typed Vuex store with component helpers",
"keywords": [
"vue",
"vuex",
"vuex-typed",
"typescript",
"owlsdepartment"
],
"homepage": "https://github.com/owlsdepartment/vuex-typed",
"repository": "github:owlsdepartment/vuex-typed",
"main": "./dist/lib/index.js",
"types": "./dist/types/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "ttsc",
"clean": "rm -rf ./dist",
"prepare": "npm run install-peers && npm run test && npm run clean && npm run build",
"install-peers": "install-peers -f",
"test": "node -v && npm run test:unit",
"test:unit": "NODE_ENV=test jest",
"test:unit:watch": "NODE_ENV=test jest --watch --coverage --coverage-reporters=lcov"
},
"author": "Miłosz Mandowski <milosz.m20@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.1.3",
"install-peers-cli": "^2.2.0",
"jest": "^25.1.0",
"ts-jest": "^25.2.1",
"ts-patch": "^1.3.2",
"ttypescript": "^1.5.12",
"typescript": "^4.0.0",
"typescript-transform-paths": "^2.2.3"
},
"peerDependencies": {
"vue": "^2.6.11 || ^3.0.0",
"vuex": "^3.1.2 || ^4.0.0"
},
"dependencies": {
"ts-node": "^9.1.1"
}
}