{ "name": "@fesjs/plugin-jest", "version": "2.0.0-rc.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/core": "7.11.6", "@fesjs/compiler": "^2.0.0-rc.5", "@umijs/babel-preset-umi": "3.2.24", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^26.6.3", "core-js": "3.6.5", "jest": "^26.6.3", "jest-cli": "^26.6.3", "jest-serializer-vue": "^2.0.2", "jest-transform-stub": "^2.0.0", "jest-watch-typeahead": "^0.6.1", "regenerator-runtime": "^0.13.7", "ts-jest": "^26.5.0", "typescript": "~4.1.2", "vue-jest": "^5.0.0-0", "whatwg-fetch": "^3.4.1" } }