@stfalcon/vuex-crud-module-creator
Version:
Package for creating basic crud operation
43 lines (42 loc) • 970 B
JSON
{
"name": "@stfalcon/vuex-crud-module-creator",
"version": "1.1.10",
"description": "Package for creating basic crud operation",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vuex",
"crud",
"module"
],
"repository": {
"type": "git",
"url": "https://github.com/stfalcon-studio/stfalcon-vuex-crud-module-creator.git"
},
"author": "Illia Osmanov <illiaosmanov@gmail.com> (https://stfalcon.com)",
"license": "MIT",
"homepage": "https://github.com/stfalcon-studio/stfalcon-vuex-crud-module-creator#readme",
"peerDependencies": {
"vue": "^2.6.10",
"vuex": "^3.1.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
}
}