1 Star 0 Fork 0

leoxy/async-validator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
zombiej 提交于 2021-05-31 15:46 . test: Fix jest confi
{
"name": "async-validator",
"version": "3.5.2",
"description": "validate form asynchronous",
"typings": "typings/index.d.ts",
"keywords": [
"validator",
"validate",
"async"
],
"homepage": "https://github.com/yiminghe/async-validator",
"author": "yiminghe@gmail.com",
"repository": {
"type": "git",
"url": "git@github.com:yiminghe/async-validator.git"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg",
{
"exclude": [
"__tests__/**/*"
]
}
],
[
"pika-plugin-build-web-babel",
{
"format": "cjs"
}
],
[
"pika-plugin-build-web-babel"
],
[
"@pika/plugin-build-types"
],
[
"pika-plugin-clean-dist-src"
]
]
},
"jest": {
"collectCoverageFrom": [
"src/*"
]
},
"bugs": {
"url": "https://github.com/yiminghe/async-validator/issues"
},
"license": "MIT",
"config": {
"port": 8010
},
"scripts": {
"lint-staged": "lint-staged",
"prettier": "prettier --write \"{src,__tests__}/**/*.{js,tsx}\"",
"pub": "np --no-publish --no-release-draft && npm run build && npm publish pkg",
"build": "pika-pack build",
"test": "jest",
"test:watch": "jest --watch",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"coverage:gha": "jest --coverage",
"version": "npm run build"
},
"devDependencies": {
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.13.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-types": "^0.6.0",
"@pika/plugin-standard-pkg": "^0.6.0",
"@pika/types": "^0.6.0",
"babel-jest": "^24.8.0",
"coveralls": "^2.13.1",
"jest": "^24.8.0",
"lint-staged": "^7.2.0",
"np": "^5.0.3",
"pika-plugin-build-web-babel": "^0.8.0",
"pika-plugin-clean-dist-src": "^0.1.1",
"pre-commit": "^1.2.2",
"prettier": "^1.11.1",
"typescript": "^4.3.2"
},
"lint-staged": {
"*.{tsx,js,jsx,ts}": [
"prettier --write",
"git add"
]
},
"pre-commit": [
"lint-staged"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leoxy/async-validator.git
git@gitee.com:leoxy/async-validator.git
leoxy
async-validator
async-validator
master

搜索帮助