-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 896 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": "vue3-hooks",
"version": "1.0.2",
"description": "Using vue3.x composition api in react-hooks style.",
"main": "index.ts",
"scripts": {
"release": "standard-version && npm publish",
"postrelease": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shallinta/vue3-hooks.git"
},
"keywords": [
"vue3",
"vue-hooks",
"react-hooks",
"composition-api",
"vue3-hooks",
"useState",
"useEffect",
"reactive",
"ref"
],
"author": "John Chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/shallinta/vue3-hooks/issues"
},
"homepage": "https://github.com/shallinta/vue3-hooks#readme",
"peerDependencies": {
"vue": "^3.0.0-beta.14"
},
"devDependencies": {
"standard-version": "^8.0.0"
}
}