UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@knetik/micro-queue",
3 "version": "3.0.72",
4 "description": "",
5 "main": "dist/index.js",
6 "files": [
7 "dist",
8 "templates",
9 "bin",
10 "DOCS",
11 "README"
12 ],
13 "bin": {
14 "micro-queue": "./bin/cli.js",
15 "micro-queue-generate": "./bin/cli-generate.js"
16 },
17 "license": "MIT",
18 "publishConfig": {
19 "access": "public"
20 },
21 "scripts": {
22 "lint": "eslint --ignore-path .eslintignore ./src",
23 "type": "flow",
24 "test": "yarn run lint && yarn run type",
25 "build-docs": "documentation build ./src/** -f md -o DOCS.md",
26 "build-src": "babel src/ -d dist/",
27 "build": "yarn run build-src && yarn run build-docs",
28 "prepublish": "yarn run test && yarn run build"
29 },
30 "peerDependencies": {
31 "@knetik/micro-core": "^3.0.23"
32 },
33 "dependencies": {
34 "bull": "^3.6.0",
35 "bull-arena": "^2.5.3",
36 "commander": "^2.19.0",
37 "inflected": "^2.0.4",
38 "ioredis": "^4.6.2",
39 "lodash": "^4.17.11",
40 "mustache": "^3.0.1",
41 "redis": "^2.8.0",
42 "require-path": "^0.3.0"
43 },
44 "devDependencies": {
45 "babel-cli": "^6.26.0",
46 "babel-eslint": "^10.0.1",
47 "babel-preset-flow": "^6.23.0",
48 "eslint": "^4.19.1",
49 "eslint-config-airbnb-base": "^13.0.0",
50 "eslint-plugin-flowtype": "^3.2.1",
51 "eslint-plugin-import": "^2.12.0",
52 "flow-bin": "^0.92.1"
53 }
54}