telex-amp
Version:
Lightweight React Native tracking library for performance and error logging with Telex Webhooks
31 lines (30 loc) • 767 B
JSON
{
"name": "telex-amp",
"version": "1.0.1",
"description": "Lightweight React Native tracking library for performance and error logging with Telex Webhooks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"postinstall": "node postinstall.js"
},
"dependencies": {
"react-native-async-storage": "^1.17.10"
},
"devDependencies": {
"typescript": "^5.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/0x00whitecode/telex-tracker.git"
},
"keywords": [
"tracking",
"error-handling",
"performance",
"React-Native",
"Telex"
],
"author": "white_rust",
"license": "MIT"
}