-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 961 Bytes
/
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
{
"name": "renovate-config",
"version": "1.0.0",
"description": "Configuration for the renovate bot.",
"scripts": {
"lint": "eslint --fix ./*.js ./.eslintrc.js",
"lint:ci": "eslint ./*.js ./.eslintrc.js --format stylish",
"lockfile-lint": "npx lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"renovate": "renovate",
"renovate:dry-run": "renovate --dry-run",
"snyk:auth": "npx snyk auth",
"snyk:monitor": "npx snyk monitor",
"snyk:test": "npx snyk test"
},
"repository": {
"type": "git",
"url": "https://gitlab.illuin.tech/3ACentrale/2020-air-monitoring-pwa/renovate-config.git"
},
"author": "Raphaël Dhôte",
"private": true,
"license": "UNLICENSED",
"dependencies": {
"dotenv": "8.2.0",
"renovate": "24.116.1"
},
"devDependencies": {
"eslint": "7.24.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1"
}
}