-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "decidim_module_reporting_proposals",
"version": "0.6.1",
"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": "[email protected]",
"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"
},
"engines": {
"node": "18.17.1",
"npm": ">=9.6.7"
},
"prettier": "@decidim/prettier-config",
"devDependencies": {
"@decidim/dev": "^0.28.4",
"@decidim/eslint-config": "^0.28.4",
"@decidim/prettier-config": "^0.28.4",
"@decidim/stylelint-config": "^0.28.4",
"postcss-scss": "^4.0.9",
"sass-embedded": "~1.57.1"
}
}