oneuptime/Licensing/package.json
2023-06-12 10:42:43 +01:00

40 lines
1.2 KiB
JSON

{
"name": "oneuptime-licensing",
"version": "3.0.0",
"private": false,
"type": "module",
"dependencies": {
"airtable": "^0.11.2",
"body-parser": "^1.19.2",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"Common": "file:../Common",
"CommonServer": "file:../CommonServer",
"cors": "^2.8.5",
"depcheck": "^1.4.3",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"jsonwebtoken": "^9.0.0",
"mocha": "^9.2.2",
"moment": "^2.29.1",
"ts-node": "^10.9.1",
"winston": "^3.6.0"
},
"scripts": {
"configure": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"start": "node --require ts-node/register Index.ts",
"compile": "tsc",
"dev": "npx nodemon",
"test": "mocha --exit test/index.ts",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true --ignores='ejs'"
},
"resolutions": {},
"devDependencies": {
"nodemon": "^2.0.20",
"npm-force-resolutions": "0.0.10",
"ts-node-dev": "^1.1.8"
}
}