{
  "name": "@design-systems/plugin",
  "version": "4.15.4",
  "description": "Plugin structure for the @design-systems CLI",
  "main": "dist/index.js",
  "author": "Adam Dierkens <adam@dierkens.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc --build"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/intuit/design-systems-cli.git"
  },
  "dependencies": {
    "command-line-application": "0.10.1",
    "tslib": "2.0.1",
    "utility-types": "3.10.0"
  },
  "keywords": [
    "cli"
  ],
  "gitHead": "6acc83e4dc7e80caa41a04ffd47401631f815873"
}
