freeCodeCamp/tools/challenge-helper-scripts/package.json

30 lines
802 B
JSON

{
"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": ">= 14.0.0",
"npm": "^6.14.12"
},
"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 <team@freecodecamp.org>",
"main": "utils.js",
"scripts": {
"test": "mocha --delay --reporter progress --bail"
},
"devDependencies": {
"bson-objectid": "1.3.1",
"cross-env": "7.0.2",
"gray-matter": "4.0.2"
}
}