2018-10-06 02:25:11 +01:00
|
|
|
{
|
2019-06-17 05:16:35 +05:30
|
|
|
"name": "@freecodecamp/scripts-seed",
|
2018-10-06 02:25:11 +01:00
|
|
|
"version": "0.0.1",
|
2021-03-27 20:16:20 +05:30
|
|
|
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2021-11-02 17:01:45 +05:30
|
|
|
"node": ">=16",
|
|
|
|
"npm": ">=8"
|
2018-10-06 02:25:11 +01:00
|
|
|
},
|
|
|
|
"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",
|
2021-03-27 20:16:20 +05:30
|
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
|
|
"main": "none",
|
2018-10-06 02:25:11 +01:00
|
|
|
"devDependencies": {
|
2021-07-04 05:10:15 +00:00
|
|
|
"debug": "4.3.2",
|
2021-06-04 13:08:21 +02:00
|
|
|
"dotenv": "10.0.0",
|
2021-05-06 23:31:52 +00:00
|
|
|
"lodash": "4.17.21",
|
2021-10-20 18:38:19 +00:00
|
|
|
"mongodb": "3.7.3"
|
2018-10-06 02:25:11 +01:00
|
|
|
}
|
|
|
|
}
|