UNPKG

@posthog/types

Version:

Type definitions for the PostHog JavaScript SDK

43 lines 1.02 kB
{ "name": "@posthog/types", "version": "1.342.1", "description": "Type definitions for the PostHog JavaScript SDK", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/PostHog/posthog-js.git", "directory": "packages/types" }, "files": [ "dist", "src", "!src/__tests__" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "devDependencies": { "@rslib/core": "0.10.6", "@types/jest": "^29.5.14", "jest": "29.7.0", "ts-jest": "29.4.0", "typescript": "5.8.2", "@posthog-tooling/tsconfig-base": "1.1.1" }, "scripts": { "clean": "rimraf dist", "lint": "eslint src", "lint:fix": "eslint src --fix", "build": "rslib build", "dev": "rslib build -w", "test:unit": "jest", "package": "pnpm pack --out $PACKAGE_DEST/%s.tgz" } }