-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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
{
"name": "@decent-bet/vuex-connex-entities",
"version": "0.1.2",
"description": "Vuex enhanced action for @decent-bet/connex-entities",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/; tsc -p .",
"lint": "tslint --fix -p ."
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decent-bet/vuex-connex-entities.git"
},
"author": "Decent.bet",
"license": "MIT",
"bugs": {
"url": "https://github.com/decent-bet/vuex-connex-entities/issues"
},
"homepage": "https://github.com/decent-bet/vuex-connex-entities#readme",
"devDependencies": {
"eslint": "^5.15.3",
"@types/jest": "^24.0.11",
"@types/node": "^11.11.5",
"@vechain/connex": "^1.2.2",
"@vue/eslint-config-typescript": "^4.0.0",
"ts-jest": "^24.0.0",
"typescript": "^3.3.4000"
},
"dependencies": {
"@decent-bet/connex-entities": "3.2.2",
"vue": "^2.6.10",
"vuex": "^3.1.0"
}
}