{ "name": "liblibgo-api", "version": "1.0.0", "description": "Search Engine / Directory in the web for finding the appropriate software tool for the job.", "main": "index.js", "type": "module", "scripts": { "dev": "node --watch .", "start": "node ." }, "author": "maurxce", "license": "ISC", "dependencies": { "dotenv": "^16.0.3", "express": "^4.18.2", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^4.6.2" } }