feat: Split v1 and v2 apis
This commit is contained in:
53
v2/package.json
Normal file
53
v2/package.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"name": "etaapi",
|
||||
"version": "1.0.0",
|
||||
"description": "ETA API",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon server/src/",
|
||||
"dev": "nodemon server/src/",
|
||||
"test": "mocha test/lib/handlers/proposals"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitlab.com/jcruzbaasworkspace/enruta/etaapi.git"
|
||||
},
|
||||
"author": "Josepablo C.",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/jcruzbaasworkspace/enruta/etaapi/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/jcruzbaasworkspace/enruta/etaapi#readme",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.427.0",
|
||||
"audit": "^0.0.6",
|
||||
"axios": "^1.5.1",
|
||||
"body-parser": "^1.20.2",
|
||||
"compression": "^1.7.4",
|
||||
"cors": "^2.8.5",
|
||||
"crypto-js": "^4.1.1",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
"express-fileupload": "^1.4.1",
|
||||
"express-jwt": "^8.4.1",
|
||||
"form-data": "^4.0.0",
|
||||
"helmet": "^7.0.0",
|
||||
"jsonschema": "^1.4.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"knex": "^2.5.1",
|
||||
"mongodb-core": "^3.2.7",
|
||||
"mongoose": "^7.5.4",
|
||||
"morgan": "^1.10.0",
|
||||
"mysql": "^2.18.1",
|
||||
"nodemailer": "^6.9.5",
|
||||
"nodemailer-sendgrid": "^1.0.3",
|
||||
"nodemon": "^3.0.1",
|
||||
"objection": "^3.1.4",
|
||||
"uuid": "^9.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^5.1.0",
|
||||
"mocha": "^10.3.0",
|
||||
"sinon": "^17.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user