-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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": "@ubclaunchpad/vue-fathom",
"version": "1.6.2",
"description": "A simple Vue plugin for Fathom Analytics.",
"types": "index.d.ts",
"main": "./dist/@ubclaunchpad/vue-fathom.js",
"module": "./dist/@ubclaunchpad/vue-fathom.esm.js",
"unpkg": "./dist/@ubclaunchpad/vue-fathom.umd.js",
"jsdelivr": "./dist/@ubclaunchpad/vue-fathom.umd.js",
"files": [
"dist",
"index.d.ts",
"plugin.d.ts",
"vue.d.ts"
],
"scripts": {
"build": "bili",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubclaunchpad/vue-fathom.git"
},
"author": "UBC Launch Pad",
"license": "MIT",
"bugs": {
"url": "https://github.com/ubclaunchpad/vue-fathom/issues"
},
"homepage": "https://github.com/ubclaunchpad/vue-fathom#readme",
"dependencies": {
"fathom-client": "^3.0.0",
"vue": "^3.0.0"
},
"devDependencies": {
"bili": "^4.9.4"
}
}