initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "american-british-translator",
|
||||
"version": "1.0.0",
|
||||
"description": "A translator built as part of the freeCodeCamp QA certification.",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "nodemon server.js",
|
||||
"test": "SET NODE_ENV=test&nodemon server.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/register": "^7.17.7",
|
||||
"body-parser": "^1.20.0",
|
||||
"chai": "^4.3.6",
|
||||
"chai-http": "^4.3.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.1",
|
||||
"express": "^4.18.1",
|
||||
"mocha": "^10.0.0",
|
||||
"nodemon": "^2.0.16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user