{
  "name": "uni-q-payload",
  "version": "0.0.1",
  "description": "juzi unified queue payload that carries all kinds of commands and acks",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rm -rf ./dist",
    "tsc": "npm run clean && tsc",
    "lint": "npm run lint:es && npm run lint:ts",
    "lint:ts": "tsc --noEmit",
    "lint:es": "eslint 'src/**/*.ts' 'scripts/**/*.ts'"
  },
  "author": "windmemory",
  "bugs": {
    "url": "https://github.com/juzibot/uni-q-payload/issues"
  },
  "devDependencies": {
    "@juzibot/eslint-config": "^1.1.17",
    "@juzibot/git-scripts": "^0.1.6",
    "@juzibot/tsconfig": "^0.1.2",
    "@types/node": "^16.11.4",
    "typescript": "^4.4.4"
  },
  "engines": {
    "node": ">=16.9.0"
  },
  "ci": {
    "version": "16"
  }
}
