-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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": "vuebble",
"version": "0.1.0",
"description": "Vue Plugin",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"build": "npx tsc",
"lint": "npx eslint src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MitchelAnthony/vuebble.git"
},
"keywords": [
"vue",
"plugin",
"event",
"bubbling",
"vuebble"
],
"author": "Mitchel Vroege <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MitchelAnthony/vuebble/issues"
},
"homepage": "https://github.com/MitchelAnthony/vuebble#readme",
"peerDependencies": {
"@vue/devtools-api": "^6.5.0",
"mitt": "^3.0.0",
"vue": "^3.2.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/node": "^18.14.2",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"mitt": "^3.0.0",
"prettier": "^2.8.4",
"typescript": "^4.9.4",
"vue": "^3.2.0"
}
}