@rockpack/logger
Version:
This module can help you build error tracking & crash reporting system for your React application.
56 lines (55 loc) • 1.67 kB
JSON
{
"name": "@rockpack/logger",
"version": "1.9.0",
"description": "This module can help you build error tracking & crash reporting system for your React application.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "cross-env NODE_ENV=development node build",
"build": "cross-env NODE_ENV=production node build",
"typing": "cross-env NODE_ENV=production tsc -p . --noEmit",
"lint": "cross-env NODE_ENV=production eslint \"**\"",
"test": "node tests.js",
"test:watch": "node tests.js --watch",
"production": "npm run lint && npm run typing && npm test && npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexSergey/rockpack.git"
},
"author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/rockpack)",
"license": "MIT",
"homepage": "https://www.rockpack.io/",
"bugs": {
"url": "https://github.com/AlexSergey/rockpack/issues"
},
"keywords": [
"logger",
"logging",
"logs",
"react",
"react-log",
"react-logger",
"error-tracking",
"crash-reporting",
"react-component"
],
"private": false,
"dependencies": {
"limited-array": "2.0.2",
"valid-types": "2.0.3"
},
"devDependencies": {
"@rockpack/codestyle": "1.9.0",
"@rockpack/compiler": "1.9.0",
"@types/enzyme": "3.10.5",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/jest": "26.0.12",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.4",
"react": "16.13.1",
"react-dom": "16.13.1"
}
}