{
  "name": "rtt-plugin",
  "license": "MIT",
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc -p .",
    "dev": "tsc --watch"
  },
  "bin": {
    "rtft": "./dist/run-tests.js"
  },
  "dependencies": {
    "chalk": "^4"
  },
  "peerDependencies": {
    "typescript": "^4.2 || ^5.0"
  }
}