{ "name": "fyipe-licensing", "version": "3.0.2457", "private": true, "dependencies": { "airtable": "^0.8.1", "body-parser": "^1.19.0", "cors": "^2.8.5", "ejs": "^2.6.2", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "moment": "^2.24.0", "winston": "^2.4.0" }, "scripts": { "start": "node server.js", "dev": "nodemon server.js", "test": "mocha --exit test/index.js", "audit": "npm-audit-ci-wrapper --threshold=high", "dep-check": "depcheck ./ --skip-missing=true --ignores='ejs'" }, "devDependencies": { "chai": "^4.1.2", "chai-http": "^3.0.0", "custom-env": "^1.0.2", "depcheck": "^0.9.2", "mocha": "^6.2.2", "nodemon": "^1.18.4", "npm-audit-ci-wrapper": "^2.4.3" } }