{ "name": "fyipe-api-docs", "version": "3.0.2457", "description": "fyipe api refernce", "main": "Gruntfile.js", "repository": { "type": "git", "url": "git+https://github.com/Fyipe/api-docs.git" }, "author": "RT Bathula", "license": "ISC", "bugs": { "url": "https://github.com/fyipe/api-docs/issues" }, "homepage": "https://github.com/fyipe/api-docs#readme", "dependencies": { "ejs": "^3.0.1", "express": "^4.17.1", "path": "^0.12.7" }, "scripts": { "start": "node server.js", "dev": "nodemon server.js", "test": "echo \"no test required\"", "audit": "npm-audit-ci-wrapper --threshold=high" }, "devDependencies": { "nodemon": "^2.0.2", "npm-audit-ci-wrapper": "^2.4.3" } }