freeCodeCamp/tools/scripts/seed/package.json

27 lines
674 B
JSON
Raw Normal View History

{
"name": "@freecodecamp/database-seeding",
"version": "0.0.1",
"description": "A script to seed challenges in to the database",
"main": "seedChallenges.js",
"scripts": {
2018-10-07 07:51:58 +00:00
"test": "jest"
},
"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 07:51:58 +00:00
"debug": "^4.0.1",
"dotenv": "^6.0.0",
2018-10-07 07:51:58 +00:00
"jest": "^23.6.0",
"lodash": "^4.17.11",
"mongodb": "^3.1.6"
}
}