@magic-modules/no-spy
Version:
@magic NoSpy module. shows a 'no data is being tracked' information popup.
57 lines (56 loc) • 1.38 kB
JSON
{
"name": "@magic-modules/no-spy",
"version": "0.0.9",
"author": "Wizards & Witches",
"homepage": "https://magic-modules.github.io/no-spy",
"license": "AGPL-3.0",
"description": "@magic NoSpy module. shows a 'no data is being tracked' information popup.",
"main": "src/index.mjs",
"module": "src/index.mjs",
"type": "module",
"engines": {
"node": ">=14.15.4"
},
"engineStrict": true,
"scripts": {
"start": "t -p",
"format": "f -w --exclude docs",
"test": "t --exclude docs example config.mjs",
"build": "NODE_ENV=production magic build",
"prod": "NODE_ENV=production magic build serve --watch src",
"dev": "magic dev --watch src",
"calls": "calls"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/magic-modules/nospy.git"
},
"bugs": {
"url": "https://github.com/magic-modules/nospy/issues"
},
"devDependencies": {
"@magic-modules/git-badges": "0.0.12",
"@magic-modules/light-switch": "0.0.12",
"@magic-modules/pre": "0.0.11",
"@magic-themes/docs": "0.0.14",
"@magic/core": "0.0.150",
"@magic/format": "0.0.51",
"@magic/test": "0.2.16"
},
"keywords": [
"magic",
"gdpr",
"nospy",
"module",
"hyperapp"
],
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
}
]
}