{
  "name": "rete-qa",
  "version": "1.15.0",
  "description": "",
  "bin": {
    "rete-qa": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "rete lint",
    "test": "rete test"
  },
  "author": "Vitaliy Stoliarov",
  "license": "MIT",
  "keywords": [
    "tool",
    "quality assurance",
    "rete",
    "Rete.js"
  ],
  "homepage": "https://retejs.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/retejs/rete-qa.git"
  },
  "bugs": {
    "url": "https://github.com/retejs/rete-qa/issues"
  },
  "devDependencies": {
    "@types/tinycolor2": "^1.4.3",
    "globals": "^15.9.0",
    "nodemon": "^2.0.20",
    "rete-cli": "~2.0.1",
    "rete-kit": "1.17.0",
    "typescript": "^4.9.5"
  },
  "peerDependencies": {
    "rete-kit": "^1.17.0"
  },
  "dependencies": {
    "@playwright/test": "^1.37.1",
    "chalk": "^4.1.1",
    "commander": "^10.0.0",
    "execa": "^5.1.1",
    "inquirer": "^8.2.5",
    "serve": "^14.2.0",
    "tinycolor2": "^1.6.0"
  }
}
