jest-config-fabulator
Version:
Fabulator default jest config
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "jest-config-fabulator",
"version": "1.2.0",
"description": "Fabulator default jest config",
"keywords": [
"jest",
"jest-config",
"jestconfig"
],
"homepage": "https://github.com/fabulator/jest-config-fabulator",
"bugs": {
"url": "https://github.com/fabulator/jest-config-fabulator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fabulator/jest-config-fabulator.git"
},
"license": "Apache-2.0",
"author": "Michal Ozogán <michal@ozogan.eu>",
"main": "./src/index.js",
"scripts": {
"lint": "eslint ./ --ext .js --ext .json",
"lint:fix": "npm run lint -- --fix",
"release": "semantic-release"
},
"dependencies": {
"@babel/core": "^7.17.0",
"@types/jest": "^27.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.5.0",
"core-js": "^3.21.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.0",
"jest-junit": "^13.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"commitlint-config-fabulator": "^3.0.0",
"eslint-config-fabulator": "^1.3.0",
"semantic-release-config-fabulator": "^3.3.0"
}
}