mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 11:47:47 +08:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/plugin-jest",
|
|
"version": "3.0.0",
|
|
"description": "@fesjs/plugin-jest",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib",
|
|
"helpers"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-jest"
|
|
},
|
|
"keywords": [
|
|
"fes",
|
|
"unit",
|
|
"jest"
|
|
],
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@vue/babel-plugin-jsx": "^1.0.6",
|
|
"babel-jest": "^27.0.6",
|
|
"jest": "^27.0.6",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"jest-watch-typeahead": "^0.6.1",
|
|
"ts-jest": "^27.0.4",
|
|
"typescript": "^4.9.0",
|
|
"vue3-jest": "^27.0.0-alpha.1"
|
|
}
|
|
}
|