cse110-fa22-group29/package.json
Arthur Lu b85a73400d add another unit test to localStorage.test.js,
reflect fixes to packages.json from main
2022-11-10 22:33:47 +00:00

14 lines
283 B
JSON

{
"name": "food-journal",
"version": "1.0.0",
"scripts": {
"test": "mocha --recursive './{,!(node_modules)/**}/*.test.js'",
"lint": "eslint **/*.js",
"fix-style": "eslint --fix '**/*.js'"
},
"devDependencies": {
"eslint": "^8.27.0",
"mocha": "10"
}
}