UNPKG

@vforcity/logger

Version:

时间线前端异常监控工具包。

109 lines (108 loc) 2.81 kB
{ "name": "@vforcity/logger", "version": "0.9.0", "description": "时间线前端异常监控工具包。", "main": "lib/web.js", "author": { "name": "Jay Fong", "email": "fjc0kb@gmail.com", "url": "https://github.com/fjc0k" }, "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "lib" ], "scripts": { "build": "bili", "test": "jest", "test:cov": "jest --coverage", "release": "standard-version --commit-all --no-verify && git push --follow-tags origin master && npm publish", "release:major": "standard-version --commit-all --no-verify --release-as major && git push --follow-tags origin master && npm publish", "release-beta": "standard-version --commit-all --no-verify --prerelease beta && git push --follow-tags origin master && npm publish --tag=next", "release-beta:major": "standard-version --commit-all --no-verify --prerelease beta --release-as major && git push --follow-tags origin master && npm publish --tag=next", "prepublishOnly": "yarn build" }, "standard-version": { "scripts": { "postbump": "node -e 'console.log(\">> postbump <<\")'" } }, "eslintConfig": { "root": true, "extends": "io" }, "eslintIgnore": [ "lib", "dist", "node_modules", "__snapshots__" ], "commitlint": { "extends": [ "io" ] }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix", "git add" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "lint-staged" } }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "collectCoverageFrom": [ "<rootDir>/src/**/*.ts" ], "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json" ] }, "dependencies": { "@babel/runtime": "^7.5.5", "@sentry/browser": "^5.5.0", "core-js": "^3.1.4", "dayjs": "^1.8.15", "regenerator-runtime": "^0.13.3", "sentry-mina": "^0.1.1", "tslib": "^1.10.0", "vtils": "^2.10.0", "webpack-sentry-plugin": "^2.0.2" }, "devDependencies": { "@babel/plugin-transform-regenerator": "^7.4.5", "@commitlint/cli": "^7.5.2", "@types/jest": "^24.0.11", "@types/node": "^11.11.3", "@types/webpack": "^4.4.34", "bili": "^4.8.0", "codecov": "^3.3.0", "commitlint-config-io": "^0.3.0", "eslint": "^5.15.0", "eslint-config-io": "^0.5.1", "husky": "^1.3.1", "jest": "^24.7.1", "lint-staged": "^8.1.5", "rollup-plugin-typescript2": "^0.21.2", "standard-version": "^4.4.0", "ts-jest": "^24.0.2", "ts-node": "^8.0.3", "typescript": "^3.5.3", "webpack": "^4.35.3" } }