代码拉取完成,页面将自动刷新
{
"name": "@web-io/jest",
"version": "1.0.0",
"description": "Test framework using Jest - https://jestjs.io/.",
"author": "leejefy <050934@gmail.com>",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"bin": {
"web-io-jest": "./bin/cli.js"
},
"scripts": {
"clean": "rimraf ./lib",
"build": "run-s clean lint test build-ts",
"lint": "run-p eslint",
"lint:fix": "run-p eslint:fix",
"eslint": "eslint --cache --cache-location ./node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx ./",
"eslint:fix": "eslint --fix --cache --cache-location ./node_modules/.cache/.eslintcache --ext .js,.jsx,.ts,.tsx ./",
"build-ts": "tsc --project ./tsconfig.json",
"test": "node ./bin/cli.js"
},
"dependencies": {
"tslib": "2.3.0",
"ts-node": "10.1.0",
"jest": "27.0.6",
"@types/jest": "26.0.24",
"ts-jest": "27.0.4"
},
"devDependencies": {
"typescript": "4.3.5",
"rimraf": "3.0.2",
"npm-run-all": "4.1.5",
"husky": "4.3.8",
"lint-staged": "10.5.4",
"@web-io/lint": "1.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "eslint"
},
"files": [
"bin",
"lib"
],
"keywords": [
"jest"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@gitee.com:phoenix-tech/jest.git"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。