this is my package.json:
"name": "shobot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prestart": "npm run build",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amazon-cognito-identity-js": "^4.5.10",
"aws-s3": "^2.0.5",
"aws-sdk": "^2.839.0",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.4",
"moment": "^2.29.1",
"mongoose": "^5.11.8",
"stripe": "^8.133.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.0",
"@types/cors": "^2.8.9",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.9",
"@types/jsonwebtoken": "^8.5.0",
"@types/jwk-to-pem": "^2.0.0",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.10.3",
"@types/node": "^14.14.16",
"nodemon": "^2.0.6",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
}
}