hq-test
Version:
Automatically generate test code based on test parameters
57 lines • 1.35 kB
JSON
{
"name": "hq-test",
"version": "1.0.0",
"description": "Automatically generate test code based on test parameters",
"author": "Zheng Han <zhenghan2018@gmail.com>",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/zhenghan2017/process-tool.git"
},
"bugs": {
"url": "https://github.com/zhenghan2017/process-tool/issues"
},
"scripts": {
"lint": "eslint src --fix --ext .ts,.tsx ",
"build": "tsc --build tsconfig.prod.json",
"test": "jest --coverage"
},
"keywords": [
"test",
"auto test",
"auto-test",
"jest",
"unit test"
],
"bin": {
"hq-test": "bin/cli"
},
"pre-commit": [
"lint",
"test"
],
"dependencies": {
"@types/inquirer": "6.5.0",
"chalk": "4.0.0",
"commander": "5.1.0",
"inquirer": "7.1.0"
},
"devDependencies": {
"@types/node": "12.12.30",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "2.24.0",
"babel": "6.23.0",
"babel-core": "6.26.3",
"babel-loader": "8.0.6",
"babel-preset-stage-0": "6.24.1",
"eslint": "6.8.0",
"nodemon": "1.19.4",
"pre-commit": "1.2.2",
"ts-node": "8.9.1",
"tsconfig-paths": "3.9.0",
"typescript": "^3.8.3",
"webpack": "4.42.0",
"webpack-cli": "3.3.11",
"jest": "25.5.0"
}
}