-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]> (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"
}
}
}