{
  "name": "clivate-plugin",
  "version": "1.0.0",
  "description": "A sample clivate plugin",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc",
    "test": "node ./node_modules/.bin/jest --verbose"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@types/chalk": "^2.2.0",
    "@types/jest": "26.0.10",
    "@types/node": "^14.0.27",
    "chalk": "^4.1.0",
    "clivate": "^1.0.0-alpha.1",
    "jest": "26.4.2",
    "ts-jest": "26.2.0",
    "typescript": "^3.9.7",
    "yarn": "^1.22.4"
  }
}
