-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 985 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": "@croffasia/vue3-custom-hooks",
"version": "0.3.1",
"description": "Build custom hooks for Vue3 Composition API",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PoluosmakAndrew/vue3-custom-hooks.git"
},
"keywords": [
"vue3",
"vuejs",
"vue",
"composition-api",
"hooks",
"custom-hooks",
"vue-hooks",
"vue-function-api",
"events",
"vue-use",
"vue-composition-api"
],
"author": "CroffAsia",
"license": "MIT",
"bugs": {
"url": "https://github.com/PoluosmakAndrew/vue3-custom-hooks/issues"
},
"homepage": "https://github.com/PoluosmakAndrew/vue3-custom-hooks#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^8.1.1",
"mocha-lcov-reporter": "^1.3.0"
}
}