61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "wideangle-nuxt",
|
|
"version": "2.0.0",
|
|
"description": "Wide Angle Analytics module for Nuxt",
|
|
"homepage": "https://wideangle.co",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://cloud.inputobjects.eu/forge/wideangle/wideangle-nuxt.git"
|
|
},
|
|
"author": "Wide Angle Analytics <developers@wideangle.co>",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"keywords": [
|
|
"wide angle analytics",
|
|
"web analytics",
|
|
"vue.js",
|
|
"vuejs",
|
|
"plugin",
|
|
"vuejs plugin",
|
|
"nuxt module",
|
|
"privacy",
|
|
"privacy web analytics"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "nuxt-module-build build",
|
|
"dev": "nuxi dev playground",
|
|
"dev:build": "nuxi build playground",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
"release": "npm lint && npm test && npm prepack && changelogen --release && npm publish && git push --follow-tags",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "^3.13.2",
|
|
"wideangle-vuejs": "2.0.0",
|
|
"defu": "^6.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "latest",
|
|
"@nuxt/eslint-config": "^0.3.13",
|
|
"@nuxt/module-builder": "^0.8.1",
|
|
"@nuxt/schema": "^3.12.4",
|
|
"@types/node": "^18",
|
|
"changelogen": "^0.5.3",
|
|
"eslint": "^9.17.0",
|
|
"nuxt": "^3.13.2",
|
|
"typescript": "~5.7.2"
|
|
}
|
|
}
|