{ "name": "decidim_module_reporting_proposals", "version": "0.5", "description": "A 3 steps proposals for Decidim", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -c .eslintrc.json --ext .js app/packs/", "lint-fix": "eslint -c .eslintrc.json --ext .js app/packs/ --fix", "stylelint": "stylelint **/*.scss", "stylelint-fix": "stylelint **/*.scss --fix" }, "repository": { "type": "git", "url": "git+https://github.com/Openpoke/decidim-module-reporting_proposals.git" }, "keywords": [ "decidim" ], "author": "ivan@pokecode.net", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/Openpoke/decidim-module-reporting_proposals/issues" }, "homepage": "https://github.com/Openpoke/decidim-module-reporting_proposals#readme", "stylelint": { "extends": "@decidim/stylelint-config" }, "devDependencies": { "@decidim/stylelint-config": "^0.27.3", "eslint": "^7.25.0", "eslint-config-prettier": "^8.2.0", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.22.0", "stylelint": "13.11.0" } }