{ "name": "licensing", "version": "1.0.0", "description": "", "main": "server.js", "scripts": { "test": "nodemon --exec ./node_modules/mocha/bin/mocha test/index.js --reporter spec", "start": "nodemon serve.js" }, "keywords": [ "[]" ], "author": "", "license": "ISC", "dependencies": { "airtable": "^0.8.1", "body-parser": "^1.19.0", "chai": "^4.2.0", "chai-http": "^4.3.0", "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", "mocha": "^7.1.0", "should": "^13.2.3", "supertest": "^4.0.2" }, "devDependencies": { "nodemon": "^2.0.2" } }