-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
29 lines (29 loc) · 1 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
{
"name": "lizmap-mapbuilder-module",
"version": "1.0.0",
"description": "Used for linters",
"main": "index.js",
"scripts": {
"eslint-check": "npx eslint mapBuilder/www tests/e2e --ignore-pattern \"mapBuilder/www/js/dist/**\"",
"eslint-fix": "npx eslint mapBuilder/www tests/e2e --ignore-pattern \"mapBuilder/www/js/dist/**\" --fix --max-warnings=0",
"stylelint-check": "npx stylelint \"mapBuilder/www/css/**/*.css\"",
"stylelint-fix": "npx stylelint \"mapBuilder/www/css/**/*.css\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3liz/lizmap-mapbuilder-module.git"
},
"author": "3liz",
"license": "ISC",
"bugs": {
"url": "https://github.com/3liz/lizmap-mapbuilder-module/issues"
},
"homepage": "https://github.com/3liz/lizmap-mapbuilder-module#readme",
"devDependencies": {
"@eslint/js": "^9.18.0",
"eslint": "^9.18.0",
"eslint-plugin-jsdoc": "^50.6.2",
"stylelint": "^16.13.2",
"stylelint-config-standard": "^37.0.0"
}
}