{ "name": "foreman_acd", "version": "0.9.2.3", "description": "foreman application centric deployment", "main": "index.js", "directories": { "test": "test" }, "peerDependencies": { "@theforeman/vendor": ">= 10.1.0" }, "devDependencies": { "@theforeman/builder": "^10.1.0", "@theforeman/eslint-plugin-foreman": "^10.1.0", "@theforeman/test": "^10.1.0", "@theforeman/vendor-dev": "^10.1.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "jest": "^23.6.0", "jest-prop-type-error": "^1.1.0", "lodash": "^4.17.11", "react-redux-test-utils": "^0.1.1", "sortabular": "^1.5.1", "table-resolver": "^3.2.0" }, "scripts": { "test": "node node_modules/.bin/jest --no-cache" }, "repository": { "type": "git", "url": "git+https://github.com/ATIX-AG/foreman_acd.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://atix.de" }, "homepage": "https://atix.de", "jest": { "verbose": true, "testMatch": [ "**/*.test.js" ], "testPathIgnorePatterns": [ ".local", ".bundle", "/node_modules/", "/foreman/" ], "moduleDirectories": [ "node_modules", "webpack" ], "testURL": "http://localhost/", "collectCoverage": true, "collectCoverageFrom": [ "webpack/**/*.js", "!webpack/index.js", "!webpack/test_setup.js", "!webpack/**/bundle*", "!webpack/stories/**", "!webpack/**/*stories.js" ], "coverageReporters": [ "lcov" ], "moduleNameMapper": { "^.+\\.(png|gif|css|scss)$": "identity-obj-proxy" }, "globals": { "__testing__": true }, "transform": { "^.+\\.js$": "babel-jest" }, "setupFiles": [ "raf/polyfill", "jest-prop-type-error", "./webpack/test_setup.js" ] } }