{ "name": "@freecodecamp/curriculum-helper-scripts", "version": "0.0.0-next.1", "description": "freeCodeCamp's project-based curriculum scripts", "license": "(BSD-3-Clause AND CC-BY-SA-4.0)", "private": true, "engines": { "node": ">=16", "npm": ">=8" }, "repository": { "type": "git", "url": "https://github.com/freeCodeCamp/freeCodeCamp.git" }, "bugs": { "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues" }, "homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme", "author": "freeCodeCamp ", "main": "utils.js", "scripts": { "test": "mocha --delay --reporter progress --bail", "create-project": "ts-node create-project" }, "devDependencies": { "@types/mock-fs": "4.13.1", "bson-objectid": "2.0.3", "cross-env": "7.0.3", "gray-matter": "4.0.3", "inquirer": "8.2.2", "prettier": "2.6.2", "ts-node": "10.7.0", "typescript": "4.6.3" } }