banana
/
definma-api
Archived
2
Fork 0
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
definma-api/package.json

32 lines
748 B
JSON

{
"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",
"swagger-ui-express": "^4.1.2",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
"yamljs": "^0.3.0"
},
"devDependencies": {
"mocha": "^7.0.0",
"nodemon": "^2.0.2",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}