-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 862 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
{
"name": "@vuehooks/query",
"version": "0.0.7",
"description": "Hooks for fetching, caching and updating asynchronous data in Vue",
"keywords": [
"vue3"
],
"author": "Justin Brooks <[email protected]>",
"homepage": "https://github.com/jsbroks/vuehooks#readme",
"license": "MIT",
"main": "dist/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsbroks/vuehooks.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/jsbroks/vuehooks/issues"
},
"dependencies": {
"@vuehooks/core": "^0.0.7"
},
"gitHead": "9c20b28b9e48388dc0e5979f8d2cfb3f647c79ae"
}