{ "name": "@freecodecamp/freecodecamp", "version": "0.0.1", "scripts": { "bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum", "develop": "npm-run-all -s ensure-env start-develop", "ensure-env": "node ./tools/scripts/ensure-env.js", "lint": "echo 'Warning: TODO - Define Linting.'", "pretest-ci": "npm-run-all -s lint bootstrap", "seed": "node tools/scripts/seed/seedChallenges", "test": "npm-run-all -p test:*", "test-ci": "npm test", "test:client": "cd ./client && npm test && cd ../", "test:curriculum": "echo 'Warning: TODO - Define Testing.'", "test:server": "echo 'Warning: TODO - Define Testing.'", "test:tools": "cd ./tools/challenge-md-parser && npm test && cd ../scripts/seed && npm test && cd ../../../", "start-develop": "node ./tools/scripts/start-develop.js" }, "devDependencies": { "dotenv": "^6.0.0", "eslint-config-freecodecamp": "^1.1.1", "lerna": "^3.4.0", "npm-run-all": "^4.1.3", "tree-kill": "^1.2.0" } }