oneuptime/licensing/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-04 17:28:54 +00:00
{
2020-03-10 21:10:59 +00:00
"name": "fyipe-licensing",
"version": "3.0.1995",
"private": true,
"dependencies": {
"airtable": "^0.8.1",
"axios": "^0.18.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.2.0",
"uuid": "^3.2.1",
"winston": "^2.4.0"
},
"scripts": {
"start": "node server.js",
"dev": "cross-env NODE_ENV=development nodemon server.js",
"test": "cross-env NODE_ENV=development mocha --exit test/index.js",
"enterprise-test": "cross-env NODE_ENV=development mocha --exit test/enterprise.js",
"audit": "npm-audit-ci-wrapper --threshold=high",
"dep-check": "depcheck ./ --skip-missing=true"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"chai-subset": "^1.6.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",
"sinon": "^4.5.0"
}
2020-03-04 17:28:54 +00:00
}