@sealos/agendash
Version:
A fork of dashboard for Agenda.js with Pagination and Search capabilities
80 lines (79 loc) • 2 kB
JSON
{
"name": "@sealos/agendash",
"version": "1.1.1",
"description": "A fork of dashboard for Agenda.js with Pagination and Search capabilities",
"main": "dist/app.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc",
"dev": "ts-node standalone.ts",
"prepublishOnly": "npm run build",
"release": "semantic-release",
"lint": "eslint ./",
"test": "node --require ts-node/register node_modules/mocha/bin/mocha.js --reporter spec --exit -b"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"agenda",
"agendash",
"dashboard",
"job-queues"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sealos/agendash.git"
},
"bugs": {
"url": "https://github.com/sealos/agendash/issues"
},
"homepage": "https://github.com/sealos/agendash#readme",
"license": "MIT",
"files": [
"bin",
"lib",
"dist",
"public",
"app.js",
"*.png"
],
"peerDependencies": {
"@sealos/agenda": "^1.2.0",
"express": "^5.0.0 || ^4.19.2",
"mongodb": "*"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/express": "^5.0.1",
"@types/mocha": "^10.0.6",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^7.19.0",
"mocha": "^10.4.0",
"express": "^5.0.1",
"mongodb-memory-server": "^10.0.1",
"prettier": "^3.3.2",
"semantic-release": "^24.0.0",
"supertest": "^7.0.0",
"ts-node": "^10.9.2"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2019
},
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended"
},
"eslintIgnore": [
"public"
],
"packageManager": "yarn@4.3.0+sha512.1606bef7c84bc7d83b8576063de2fd08f7d69f9939015bed800f9585a002390268ecc777e9feeba7e26e9556aef6beaad4806968db2182ab5dd3e955ab3b9a0b"
}