oneuptime/licensing/package.json
2020-08-07 17:53:30 +01:00

32 lines
862 B
JSON

{
"name": "fyipe-licensing",
"version": "3.0.0",
"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": "^4.3.0",
"custom-env": "^1.0.2",
"depcheck": "^0.9.2",
"mocha": "^8.1.1",
"nodemon": "^2.0.4",
"npm-audit-ci-wrapper": "^2.5.1"
}
}