wpk-reporter
Version:
岳鹰-WEB前端监控日志上报JS-SDK
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "wpk-reporter",
"version": "0.9.3",
"description": "岳鹰-WEB前端监控日志上报JS-SDK",
"main": "dist/wpkReporter.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.config.js",
"lint": "eslint --ext .js src test",
"test": "jest --config=jest.config.js"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"wpk",
"jssdk",
"log",
"reporter",
"yueying",
"岳鹰",
"WEB前端监控"
],
"author": "陈周勉 <zhoumian.czm@alibaba-inc.com>",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"globby": "^8.0.1",
"jest": "^23.6.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}