1 Star 0 Fork 0

Phoenix Technology/Jest Tests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
LeeJefy 提交于 2021-08-30 15:07 +08:00 . release 1.0.0
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/phoenix-tech/jest.git
git@gitee.com:phoenix-tech/jest.git
phoenix-tech
jest
Jest Tests
master

搜索帮助