UNPKG

omnis-logger-sdk

Version:

SDK для интеграции Omnis Logger в проекты

78 lines (77 loc) 1.81 kB
{ "name": "omnis-logger-sdk", "version": "1.0.16", "description": "SDK для интеграции Omnis Logger в проекты", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "prepare": "npm run build", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "keywords": [ "logging", "error-tracking", "monitoring", "javascript", "typescript", "omnis", "react-native", "device-info", "mobile", "crash-reporting" ], "author": "Omnis Logger Team", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.5", "@types/node": "^20.6.3", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "eslint": "^8.49.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.2.2" }, "dependencies": { "axios": "^1.5.0" }, "peerDependencies": { "react-native": ">=0.60.0", "react-native-device-info": ">=10.0.0" }, "peerDependenciesMeta": { "react-native": { "optional": true }, "react-native-device-info": { "optional": true }, "@react-native-netinfo/netinfo": { "optional": true }, "@react-native-community/geolocation": { "optional": true }, "@react-native-async-storage/async-storage": { "optional": true } }, "files": [ "dist", "README.md", "README-React-Native.md" ], "repository": { "type": "git", "url": "https://github.com/omnis-logger/omnis-logger.git" }, "bugs": { "url": "https://github.com/omnis-logger/omnis-logger/issues" }, "homepage": "https://github.com/omnis-logger/omnis-logger#readme" }