UNPKG

@zyf2e/mitojs

Version:

A SDK for monitoring browser errors

66 lines (65 loc) 1.75 kB
{ "name": "@zyf2e/mitojs", "version": "1.0.6", "description": "A SDK for monitoring browser errors", "main": "/dist/mito.js", "types": "/dist/types/index.d.ts", "scripts": { "build": "cross-env IGNORE=localDebug rollup --config", "watch:example": "cross-env INCLUDE=examplePackage rollup --config --watch", "watch:groot": "cross-env INCLUDE=localDebug rollup --config --watch", "watch": "rollup --config --watch", "run:example": "node examples/index.js" }, "author": "chenjinhuo", "repository": { "type": "git", "url": "git+https://github.com/clouDr-f2e/mitojs.git" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.ts": [ "prettier --write" ] }, "keywords": [ "collect", "sdk", "error", "broswer" ], "license": "MIT", "devDependencies": { "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-html": "^0.2.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-typescript": "^4.1.2", "@types/node-fetch": "^2.5.7", "@typescript-eslint/eslint-plugin": "^3.6.1", "@typescript-eslint/parser": "^3.6.1", "cross-env": "^7.0.2", "cz-conventional-changelog": "^3.2.0", "eslint": "^7.4.0", "eslint-plugin-html": "^6.0.2", "express": "^4.17.1", "husky": "^4.2.5", "lint-staged": "^10.2.11", "prettier": "^2.0.5", "rollup": "^2.21.0", "rollup-plugin-terser": "^6.1.0", "rollup-plugin-typescript2": "^0.27.1", "typescript": "^3.9.3" }, "dependencies": {}, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }