UNPKG

@goplayerzero/sdk-web

Version:
54 lines (53 loc) 1.19 kB
{ "version": "0.2.0", "name": "@goplayerzero/sdk-web", "description": "The official PlayerZero Web SDK", "author": { "name": "PlayerZero Support", "email": "support@playerzero.app", "url": "https://www.playerzero.app" }, "main": "./index.js", "types": "./@types/index.d.ts", "homepage": "https://github.com/goplayerzero/sdk-web", "repository": { "type": "git", "url": "git+ssh://git@github.com/goplayerzero/sdk-web.git" }, "license": "MIT", "publishConfig": { "access": "public" }, "type": "module", "scripts": { "clean": "rimraf dist \"**/package-lock.json\" node_modules", "build": "tsc -b tsconfig.json", "watch": "tsc -b tsconfig.json --watch" }, "devDependencies": { "@types/node": "^16.11.7", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^27.1.2", "rimraf": "^3.0.2", "typescript": "^4.8.4" }, "dependencies": { "tslib": "^2.4.0" }, "engines": { "node": ">=16.0.0", "npm": ">=8.15" }, "keywords": [ "javascript", "playerzero", "sdk", "web", "issues", "quality", "analytics", "logrocket", "sentry", "fullstory" ] }