UNPKG

@wirequery/wirequery-js-core

Version:
42 lines (41 loc) 922 B
{ "name": "@wirequery/wirequery-js-core", "version": "0.0.5", "description": "WireQuery JS SDK Core", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "devDependencies": { "rrweb": "^2.0.0-alpha.11", "rrweb-snapshot": "^2.0.0-alpha.11", "typescript": "5.0.3" }, "directories": { "example": "examples" }, "scripts": { "compile": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/wirequery/wirequery.git" }, "keywords": [ "debugging", "monitoring", "logging", "traffic-analysis", "tracing", "observability", "distributed-tracing" ], "author": "Wouter Nederhof", "license": "MIT", "bugs": { "url": "https://github.com/wirequery/wirequery/issues" }, "homepage": "https://github.com/wirequery/wirequery#readme" }