{ "name": "foreman_ansible", "version": "1.0.0", "description": "[![Code Climate](https://codeclimate.com/github/theforeman/foreman_ansible/badges/gpa.svg)](https://codeclimate.com/github/theforeman/foreman_ansible) [![Gem Version](https://badge.fury.io/rb/foreman_ansible.svg)](https://badge.fury.io/rb/foreman_ansible) [![GPL License](https://img.shields.io/github/license/theforeman/foreman_ansible.svg)](https://github.com/theforeman/foreman_ansible/blob/master/LICENSE)", "main": "index.js", "directories": { "test": "test" }, "peerDependencies": { "@theforeman/vendor": ">= 3.3.2" }, "dependencies": { "react-json-tree": "^0.11.0" }, "devDependencies": { "@babel/core": "^7.7.0", "@theforeman/builder": "^4.0.2", "@theforeman/vendor-dev": "^3.3.2", "babel-eslint": "^10.0.0", "babel-jest": "^24.9.0", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.7.0", "enzyme-to-json": "^3.3.5", "eslint": "^6.0.0", "eslint-plugin-patternfly-react": "^0.2.1", "identity-obj-proxy": "^3.0.0", "jest": "^24.9.0", "prettier": "^1.19.0", "react-redux": "^5.0.7", "react-redux-test-utils": "^0.1.1", "redux": "^3.7.2", "redux-thunk": "^2.3.0" }, "scripts": { "test": "node node_modules/.bin/jest webpack", "lint": "eslint ./webpack" }, "repository": { "type": "git", "url": "git+https://github.com/theforeman/foreman_ansible.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://projects.theforeman.org/projects/ansible" }, "homepage": "https://theforeman.org/plugins/foreman_ansible/", "jest": { "verbose": true, "moduleDirectories": [ "node_modules/@theforeman/vendor-core/node_modules", "node_modules", "webpack" ], "transform": { "^.+\\.js$": "babel-jest" }, "setupFiles": [ "raf/polyfill", "./webpack/test_setup.js" ], "testPathIgnorePatterns": [ "/node_modules/", "/foreman/" ], "moduleNameMapper": { "^.+\\.(css|scss)$": "identity-obj-proxy" } } }