mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
- @fesjs/create-fes-app@2.1.6 - @fesjs/compiler@2.0.5 - @fesjs/plugin-access@2.0.5 - @fesjs/plugin-jest@2.0.5 - @fesjs/plugin-layout@4.0.7 - @fesjs/plugin-locale@3.0.4 - @fesjs/plugin-model@2.0.4 - @fesjs/plugin-monaco-editor@2.0.0-beta.6 - @fesjs/plugin-pinia@2.0.2 - @fesjs/plugin-qiankun@2.0.10 - @fesjs/plugin-request@2.0.13 - @fesjs/plugin-vuex@2.0.5 - @fesjs/preset-built-in@2.0.22 - @fesjs/utils@2.0.4 - @fesjs/fes@2.0.22
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@fesjs/plugin-jest",
|
|
"version": "2.0.5",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@fesjs/compiler": "^2.0.5",
|
|
"@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.3.5",
|
|
"vue3-jest": "^27.0.0-alpha.1"
|
|
}
|
|
}
|