-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 937 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
{
"name": "pokedex",
"version": "1.0.0",
"description": "Pokedex",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js",
"lint:styles": "stylelint **/*.css --config .stylelintrc.json --ignore-disables --allow-empty-input"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marlondlacerda/Pokedex.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marlondlacerda/Pokedex/issues"
},
"homepage": "https://github.com/marlondlacerda/Pokedex#readme",
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"eslint": "^6.8.0",
"eslint-config-trybe-fundamentals": "^1.1.1",
"eslint-plugin-import": "^2.26.0",
"stylelint": "13.8.0",
"stylelint-config-standard": "20.0.0"
}
}