{ "name": "@freecodecamp/contributer-tools", "version": "1.0.0", "license": "BSD-3-Clause", "repository": "https://github.com/freecodecamp/dashboard.git", "bugs": "https://github.com/freeCodeCamp/freeCodeCamp/issues", "keywords": [ "freeCodeCamp", "github", "contributer tools" ], "scripts": { "dev": "develop", "develop": "nodemon", "start": "node index.js", "lint": "standard --fix", "test": "cross-env TEST_ENV=true jest --forceExit && standard", "test:watch": "jest --watch --notify --notifyMode=change --coverage" }, "dependencies": { "@octokit/rest": "^18.0.12", "body-parser": "^1.18.3", "cross-env": "^5.2.0", "express": "^4.16.3", "express-rate-limit": "^5.2.3", "mongoose": "^5.4.1" }, "devDependencies": { "expect": "^23.6.0", "jest": "^22.4.3", "nodemon": "^1.17.2", "smee-client": "^1.0.2", "standard": "^10.0.3" }, "engines": { "node": ">= 12.18.3" }, "standard": { "env": [ "jest" ] }, "nodemonConfig": { "exec": "npm start", "watch": [ ".env", "." ] }, "jest": { "testEnvironment": "node" } }