UNPKG

measurely-js

Version:

A client library for interacting with the Measurely API to manage and track custom metrics easily.

42 lines (41 loc) 871 B
{ "name": "measurely-js", "version": "1.0.7", "description": "A client library for interacting with the Measurely API to manage and track custom metrics easily.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "echo \"No test specified\" && exit 0" }, "repository": { "type": "git", "url": "https://github.com/measurely-dev/measurely-js.git" }, "keywords": [ "measurely", "analytics", "custom-metrics", "api-client", "metrics-tracking", "developer-tools" ], "authors": [ { "name": "YasTheGoat", "url": "https://github.com/YasTheGoat" }, { "name": "afz", "url": "https://github.com/zxk-afz" } ], "license": "MIT", "dependencies": {}, "devDependencies": { "typescript": "^5.7.2" } }