chore(seed): Move seed script to tools
This commit is contained in:
committed by
mrugesh mohapatra
parent
26750776ed
commit
bc9b3b4ddd
27
tools/scripts/seed/package.json
Normal file
27
tools/scripts/seed/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@freecodecamp/database-seeding",
|
||||
"version": "0.0.1",
|
||||
"description": "A script to seed challenges in to the database",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"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": {
|
||||
"@freecodecamp/curriculum": "0.0.0-next.4",
|
||||
"debug": "^4.0.1",
|
||||
"dotenv": "^6.0.0",
|
||||
"jest": "^23.6.0",
|
||||
"lodash": "^4.17.11",
|
||||
"mongodb": "^3.1.6"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user