freeCodeCamp/tools/scripts/seed/package.json

32 lines
768 B
JSON
Raw Normal View History

{
"name": "@freecodecamp/scripts-seed",
"version": "0.0.1",
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">= 14.0.0",
"npm": "^6.14.12"
},
"repository": {
"type": "git",
"url": "git+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": "none",
"scripts": {
"test": "jest"
},
"devDependencies": {
"debug": "4.3.1",
"dotenv": "9.0.0",
"jest": "26.6.3",
"lodash": "4.17.19",
"mongodb": "3.6.6"
}
}