@elbwalker/tagger
Version:
A helper to set up tracking based on walkerOS
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "@elbwalker/tagger",
"description": "A helper to set up tracking based on walkerOS",
"version": "2.1.5",
"type": "module",
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "jest --watchAll --colors",
"test": "jest --colors --coverage",
"update": "npx npm-check-updates -u && npm update"
},
"dependencies": {
"@elbwalker/types": "3.4.0"
},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
"directory": "packages/tagger"
},
"author": "elbwalker <hello@elbwalker.com>",
"homepage": "https://github.com/elbwalker/walkerOS#readme",
"bugs": {
"url": "https://github.com/elbwalker/walkerOS/issues"
},
"keywords": [
"elb",
"elbwalker",
"walker",
"walkerOS",
"tagger",
"tracking"
],
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/elbwalker"
}
]
}