UNPKG

@walkeros/web-source-datalayer

Version:

DataLayer source for walkerOS

62 lines (61 loc) 1.52 kB
{ "name": "@walkeros/web-source-datalayer", "description": "DataLayer source for walkerOS", "version": "0.0.8", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./examples": { "types": "./dist/examples/index.d.ts", "import": "./dist/examples/index.mjs", "require": "./dist/examples/index.js" } }, "files": [ "dist/**" ], "scripts": { "build": "tsup --silent", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "dev": "jest --watchAll --colors", "lint": "tsc && eslint \"**/*.ts*\"", "test": "jest", "update": "npx npm-check-updates -u && npm update" }, "dependencies": { "@walkeros/core": "0.0.8", "@walkeros/collector": "0.0.8" }, "devDependencies": { "@types/gtag.js": "^0.0.20" }, "repository": { "url": "git+https://github.com/elbwalker/walkerOS.git", "directory": "packages/web/sources/dataLayer" }, "author": "elbwalker <hello@elbwalker.com>", "homepage": "https://github.com/elbwalker/walkerOS#readme", "bugs": { "url": "https://github.com/elbwalker/walkerOS/issues" }, "keywords": [ "walker", "walkerOS", "source", "web", "dataLayer" ], "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/elbwalker" } ] }