{ "name": "dfop-api", "version": "1.0.0", "description": "API for the digital fingerprint of plastics mongodb", "main": "index.js", "scripts": { "test": "mocha dist/**/**.spec.js", "start": "tsc && node dist/index.js", "dev": "nodemon -e ts --exec \"npm run start\"" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/mocha": "^5.2.7", "@types/node": "^13.1.6", "cfenv": "^1.2.2", "express": "^4.17.1", "mongoose": "^5.8.7", "nodemon": "^2.0.3", "swagger-ui-express": "^4.1.2", "tslint": "^5.20.1", "typescript": "^3.7.4", "yamljs": "^0.3.0" }, "devDependencies": { "mocha": "^7.0.0", "should": "^13.2.3", "supertest": "^4.0.2" } }