2022-11-13 06:11:56 +00:00
|
|
|
{
|
|
|
|
"name": "food-journal",
|
|
|
|
"version": "1.0.0",
|
2022-11-13 21:47:27 +00:00
|
|
|
"type": "module",
|
2022-11-13 06:11:56 +00:00
|
|
|
"scripts": {
|
2022-11-13 21:47:27 +00:00
|
|
|
"test": "mocha --recursive --require mock-local-storage './{,!(node_modules)/**}/*.test.js'",
|
2022-11-13 06:11:56 +00:00
|
|
|
"lint": "eslint '**/*.js'",
|
2022-11-13 21:30:31 +00:00
|
|
|
"fix-style": "eslint --fix **/*.js",
|
2022-11-13 21:40:42 +00:00
|
|
|
"lintHTML": "htmlhint '**/*.html'",
|
|
|
|
"lintCSS": "stylelint '**/*.css'"
|
2022-11-13 06:11:56 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.27.0",
|
|
|
|
"htmlhint": "1.1.4",
|
2022-11-13 21:30:31 +00:00
|
|
|
"mocha": "10",
|
2022-11-13 21:47:27 +00:00
|
|
|
"mock-local-storage": "^1.1.23",
|
2022-11-13 21:30:31 +00:00
|
|
|
"stylelint": "14.14.1",
|
|
|
|
"stylelint-config-standard": "^29.0.0"
|
2022-11-13 06:11:56 +00:00
|
|
|
}
|
|
|
|
}
|