UNPKG

@xtcry/bull-arena

Version:

An interactive UI dashboard for Bee/Bull Queue

80 lines (79 loc) 2.39 kB
{ "name": "@xtcry/bull-arena", "version": "3.31.0-1", "description": "An interactive UI dashboard for Bee/Bull Queue", "scripts": { "format": "prettier --write \"**/*.{js,ts}\"", "ci": "npm run build && npm run lint && if [ -z \"$CI\" ]; then npm run ci:commitlint; fi", "ci:commitlint": "commitlint --from \"origin/${GITHUB_BASE_REF:-master}\"", "dry:run": "npm publish --dry-run", "prepack": "npm run build", "build": "rimraf dist && tsc", "lint": "prettier -c .", "lint:staged": "lint-staged", "prepare": "husky install", "pretty:quick": "pretty-quick --ignore-path ./.prettierignore --staged" }, "repository": "https://github.com/xTCry/bull-arena.git", "author": "Mixmax <hello@mixmax.com>", "contributors": [ { "name": "xTCry [Vladislav Kh]", "url": "https://github.com/xTCry/" } ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "bull-arena", "bull", "bee", "bullmq" ], "files": [ "dist", "views", "public" ], "engines": { "node": ">=7.6.0" }, "dependencies": { "body-parser": "^1.17.2", "express": "^4.15.2", "express-handlebars": "^5.3.5", "handlebars": "^4.7.7", "lodash": "^4.17.15", "moment": "^2.29.1", "tablesort": "^5.0.1" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@semantic-release/changelog": "^5.0.1", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/exec": "^5.0.0", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.0.7", "@semantic-release/npm": "^7.0.5", "@semantic-release/release-notes-generator": "^9.0.1", "@types/bull": "^3.15.8", "@types/express": "^4.17.11", "@types/express-handlebars": "^6.0.0", "@types/lodash": "^4.14.182", "conventional-changelog-conventionalcommits": "^4.3.0", "eslint": "^7.23.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "husky": "^6.0.0", "ioredis": "^5.2.1", "lint-staged": "^10.5.4", "prettier": "^2.0.5", "pretty-quick": "^3.1.0", "redis": "^4.2.0", "rimraf": "^3.0.2", "semantic-release": "^17.4.2", "typescript": "^4.2.4" } }