-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.16 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
45
46
47
48
49
50
51
52
{
"name": "vue-connector",
"version": "0.0.53",
"author": "nooooooom <https://github.com/nooooooom>",
"description": "🪡 Connect anything to your vue components",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [
"vue",
"hoc",
"connect"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nooooooom/vue-connector.git"
},
"bugs": {
"url": "https://github.com/nooooooom/vue-connector/issues"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest",
"prepublish": "pnpm build",
"release": "bumpp package.json --commit --push --tag && pnpm publish --access public"
},
"dependencies": {
"vue-forward-ref": "^0.0.13",
"vue-lib-toolkit": "^0.0.25",
"vue-module-demi": "^0.0.10"
},
"devDependencies": {
"bumpp": "^8.2.1",
"jsdom": "^21.1.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vitest": "^0.28.3"
},
"peerDependencies": {
"typescript": ">=4.4.4",
"vue": "^3.2.0 || ^2.7.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}