-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.08 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
{
"name": "vue3-instance-events",
"author": {
"name": "Valentinos Galanos",
"email": "sonidelav@hotmail.com",
"url": "https://github.com/sonidelav"
},
"homepage": "https://github.com/sonidelav/vue3-instance-events",
"bugs": "https://github.com/sonidelav/vue3-instance-events/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/sonidelav/vue3-instance-events.git"
},
"license": "MIT",
"private": false,
"sideEffects": false,
"version": "0.0.4",
"description": "Vue 3 Instance Events Plugin",
"unpkg": "dist/index.umd.min.js",
"jsdelivr": "dist/index.umd.min.js",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"keywords": [
"vue",
"vuejs",
"vue3",
"plugin",
"instance",
"events"
],
"scripts": {
"build": "bili"
},
"files": [
"dist/*"
],
"devDependencies": {
"bili": "^5.0.5",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.7.2"
},
"peerDependencies": {
"vue": "^3.2.13"
},
"engines": {
"node": ">=12"
}
}