-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
39
40
41
42
43
44
{
"name": "@vasiliyrusin/v-wait",
"version": "2021.06.05",
"description": "Small Vue plugin for actions waiting",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b",
"lint": "vue-cli-service lint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VasilivyRusin/v-wait.git"
},
"keywords": [
"wait",
"vue",
"vuex",
"actions",
"loading"
],
"author": "Vasiliy Rusin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/VasiliyRusin/v-wait/issues"
},
"homepage": "https://github.com/VasiliyRusin/v-wait#readme",
"devDependencies": {
"vue": "^2.6.13",
"vuex": "^3.6.2",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"typescript": "^4.3.2",
"@types/jest": "^26.0.23"
},
"directories": {
"test": "tests"
},
"dependencies": {}
}