2018-10-06 02:25:11 +01:00
|
|
|
{
|
2019-06-17 05:16:35 +05:30
|
|
|
"name": "@freecodecamp/scripts-seed",
|
|
|
|
"private": true,
|
2018-10-06 02:25:11 +01:00
|
|
|
"version": "0.0.1",
|
2019-06-17 05:16:35 +05:30
|
|
|
"description": "Database seed scripts",
|
|
|
|
"main": "NA",
|
2018-10-06 02:25:11 +01:00
|
|
|
"scripts": {
|
2018-10-07 08:51:58 +01:00
|
|
|
"test": "jest"
|
2018-10-06 02:25:11 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
|
|
|
|
},
|
|
|
|
"author": "freeCodeCamp.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
|
|
|
"devDependencies": {
|
2018-10-07 08:51:58 +01:00
|
|
|
"debug": "^4.0.1",
|
2018-10-06 02:25:11 +01:00
|
|
|
"dotenv": "^6.0.0",
|
2020-03-16 19:17:22 +01:00
|
|
|
"jest": "^24.9.0",
|
2020-07-30 11:36:16 +02:00
|
|
|
"lodash": "^4.17.19",
|
2020-03-16 19:17:22 +01:00
|
|
|
"mongodb": "^3.5.5"
|
2021-03-10 23:29:58 +05:30
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 14.0.0"
|
2018-10-06 02:25:11 +01:00
|
|
|
}
|
|
|
|
}
|