UNPKG

@elbwalker/types

Version:

Shared types for walkerOS

54 lines (53 loc) 1.17 kB
{ "name": "@elbwalker/types", "description": "Shared types for walkerOS", "version": "3.4.0", "license": "MIT", "type": "module", "main": "./src/index.ts", "module": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts", "require": "./src/index.ts", "default": "./src/index.ts" } }, "files": [ "src/**", "CHANGELOG.md" ], "scripts": { "lint": "eslint \"**/*.ts*\"" }, "devDependencies": {}, "repository": { "url": "git+https://github.com/elbwalker/walkerOS.git", "directory": "packages/types" }, "author": "elbwalker <hello@elbwalker.com>", "homepage": "https://github.com/elbwalker/walkerOS#readme", "bugs": { "url": "https://github.com/elbwalker/walkerOS/issues" }, "keywords": [ "walker", "walkerOS", "analytics", "tracking", "data collection", "measurement", "data privacy", "privacy friendly", "web analytics", "product analytics" ], "funding": [ { "type": "GitHub Sponsors", "url": "https://github.com/sponsors/elbwalker" } ] }