-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 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
{
"name": "visor-fonsagua",
"version": "1.0.0",
"description": "Visor para el Seguimiento de indicadores de desarrollo relacionados con el agua en comunidades rurales de los municipios de NASMAR",
"author": "iCarto <[email protected]>",
"license": "AGPL-3.0",
"homepage": "https://github.com/fonsagua/fonsagua",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/fonsagua/fonsagua.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretty:python": "black . && isort -rc .",
"pretty:css": "npx stylelint --fix --ignore-path .ignore '**/*.{vue,htm,html,css,sss,less,scss,sass,mak,jinja2}'",
"pretty:js": "npx prettier --ignore-path '.ignore' --write '**/*.js'",
"pretty:bash": "shfmt -l -w -i 4 -bn -sr -ci $(shfmt -f . | grep -v node_modules/)",
"pretty:others": "npx prettier --ignore-path '.ignore' --write '**/*.{md,yml,yaml,json}'"
},
"devDependencies": {
"eclint": "2.8.1",
"js-beautify": "1.10.0",
"prettier": "1.18.2",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"stylelint-order": "3.0.0"
},
"dependencies": {}
}