-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1006 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
{
"name": "vue-test-actions",
"version": "1.0.6",
"description": "✅ Unit testing Vuex actions with Jest mocks.",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build",
"test": "echo \"Error: no test specified\" && exit 1",
"test:types": "tsc -p types/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biigpongsatorn/vue-test-actions.git"
},
"keywords": [
"testing",
"test",
"vuex",
"actions",
"jets",
"mock"
],
"author": "biig_pongsatorn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/biigpongsatorn/vue-test-actions/issues"
},
"homepage": "https://github.com/biigpongsatorn/vue-test-actions#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^23.1.0",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vuex": "^3.1.1"
}
}