bugreproducer
Version:
tool to reproduce bug in front end
33 lines (32 loc) • 781 B
JSON
{
"name": "bugreproducer",
"version": "1.0.2",
"description": "tool to reproduce bug in front end",
"main": "./dist/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mimittqq/bugReproducer.git"
},
"keywords": [
"bug",
"track",
"reproduce"
],
"author": "mimittqq <332990332@qq.com> (https://github.com/mimittqq)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mimittqq/bugReproducer/issues"
},
"homepage": "https://github.com/mimittqq/bugReproducer#readme",
"devDependencies": {
"@types/jest": "^24.0.11",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"jest": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.4.3"
}
}