@elbwalker/utils
Version:
Shared utils for walkerOS packages
73 lines (72 loc) • 1.78 kB
JSON
{
"name": "@elbwalker/utils",
"description": "Shared utils for walkerOS packages",
"version": "3.8.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.mjs"
},
"./node": {
"types": "./dist/node.d.ts",
"import": "./dist/node.mjs",
"require": "./dist/node.js",
"default": "./dist/node.mjs"
},
"./web": {
"types": "./dist/web.d.ts",
"import": "./dist/web.mjs",
"require": "./dist/web.js",
"default": "./dist/web.mjs"
}
},
"files": [
"dist/**",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "jest --watchAll --colors",
"lint": "tsc --noEmit && eslint \"**/*.ts*\"",
"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/utils"
},
"author": "elbwalker <hello@elbwalker.com>",
"homepage": "https://github.com/elbwalker/walkerOS#readme",
"bugs": {
"url": "https://github.com/elbwalker/walkerOS/issues"
},
"keywords": [
"walker",
"walkerOS",
"walkerOS",
"analytics",
"tracking",
"data collection",
"measurement",
"data privacy",
"privacy friendly",
"web analytics",
"product analytics"
],
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/elbwalker"
}
]
}