agenda-admin
Version:
A dashboard for agenda.js
65 lines (64 loc) • 1.63 kB
JSON
{
"name": "agenda-admin",
"version": "1.1.4",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist",
"client",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/Lexis-Solutions/agenda-admin.git"
},
"description": "A dashboard for agenda.js",
"keywords": [
"agenda",
"agenda-admin",
"dashboard",
"job-scheduler",
"job-queues"
],
"license": "MIT",
"scripts": {
"build": "tsc && tsc-alias",
"start": "NODE_ENV=development nodemon src/index.ts",
"test": "NODE_ENV=test ./node_modules/.bin/jest --runInBand --detectOpenHandles --forceExit"
},
"dependencies": {
"agenda": "^4.2.1",
"cors": "^2.8.5",
"dotenv-flow": "^3.2.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.1",
"fs-extra": "^10.0.0",
"mongodb": "^4.2.1",
"replacestream": "^4.0.3"
},
"devDependencies": {
"@types/agenda": "^4.1.0",
"@types/chai": "^4.2.22",
"@types/cors": "^2.8.12",
"@types/dotenv-flow": "^3.2.0",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.3",
"@types/mocha": "^9.0.0",
"@types/mongodb": "^4.0.7",
"@types/node": "^16.11.7",
"@types/replacestream": "^4.0.1",
"@types/supertest": "^2.0.11",
"jest": "^27.4.4",
"nodemon": "^2.0.15",
"supertest": "^6.1.6",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"tsc-alias": "^1.5.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.4.4",
"typescript-transform-paths": "^3.3.1"
}
}