{ "name": "foreman_openscap", "version": "0.1.0", "description": "Foreman plug-in for managing security compliance reports", "main": "index.js", "scripts": { "lint": "tfm-lint --plugin -d /webpack", "test": "tfm-test --plugin --config jest.config.js", "test:watch": "tfm-test --plugin --watchAll --config jest.config.js", "test:current": "tfm-test --plugin --watch --config jest.config.js", "publish-coverage": "tfm-publish-coverage", "stories": "tfm-stories --plugin", "stories:build": "tfm-build-stories --plugin", "create-react-component": "yo react-domain" }, "repository": { "type": "git", "url": "git+https://github.com/theforeman/foreman_openscap.git" }, "bugs": { "url": "https://projects.theforeman.org/projects/foreman_openscap/issues" }, "peerDependencies": { "@theforeman/vendor": ">= 10.1.0" }, "devDependencies": { "@babel/core": "^7.7.0", "@testing-library/dom": "^8.9.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/user-event": "^13.2.1", "@theforeman/builder": ">= 10.1.0", "@theforeman/eslint-plugin-foreman": ">= 10.1.0", "@theforeman/find-foreman": ">= 10.1.0", "@theforeman/stories": ">= 10.1.0", "@theforeman/test": ">= 10.1.0", "@theforeman/vendor-dev": ">= 10.1.0", "babel-eslint": "^10.0.3", "eslint": "^6.7.2", "jed": "^1.1.1", "jest-svg-transformer": "^1.0.0", "prettier": "^1.13.5", "stylelint": "^9.3.0", "stylelint-config-standard": "^18.0.0" } }