mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@fesjs/plugin-jest",
|
|
"version": "3.1.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.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.2",
|
|
"@babel/preset-env": "^7.23.2",
|
|
"@vue/babel-plugin-jsx": "^1.0.6",
|
|
"babel-jest": "^29.0.0",
|
|
"jest": "^29.0.0",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"jest-watch-typeahead": "^2.2.2",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4",
|
|
"@vue/vue3-jest": "^29.2.0"
|
|
}
|
|
} |