{ "name": "notes", "version": "1.0.0", "description": "", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "repository": { "type": "git", "url": "git+https://github.com/dejotb/TO-DO-List.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/dejotb/TO-DO-List/issues" }, "homepage": "https://github.com/dejotb/TO-DO-List#readme", "devDependencies": { "@babel/core": "^7.17.8", "@babel/eslint-parser": "^7.17.0", "@babel/preset-react": "^7.16.7", "@types/node": "^16.11.26", "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "eslint": "^8.11.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^16.1.4", "eslint-config-prettier": "^8.5.0", "eslint-config-wesbos": "^3.0.2", "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.3.0", "prettier": "^2.6.1", "typescript": "^4.6.3" } }