27 lines
694 B
JSON
27 lines
694 B
JSON
{
|
|
"name": "wideangle-vuejs",
|
|
"version": "0.0.3",
|
|
"description": "Wide Angle Analytics web analytics Plugin for Vue.js 3.x",
|
|
"homepage": "https://wideangle.co",
|
|
"repository": "github:inputobjects/wideangle-vuejs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"clear": "rimraf dist",
|
|
"rebuild": "npm run clear && npm run build",
|
|
"prepublishOnly": "npm run rebuild"
|
|
},
|
|
"keywords": [
|
|
"wide angle analytics",
|
|
"web analytics",
|
|
"vue.js",
|
|
"vuejs",
|
|
"plugin",
|
|
"vuejs plugin"
|
|
],
|
|
"author": "Wide Angle Analytics <developers@wideangle.co>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|