{
  "name": "@duetds/cli",
  "version": "4.1.68",
  "description": "This package includes Duet Design System CLI.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "LocalTapiola Services Ltd <duetdesignsystem@lahitapiola.fi>",
  "main": "src/index.js",
  "bin": {
    "@duetds/cli": "bin/create-duet-app",
    "cda": "bin/create-duet-app",
    "create-duet-app": "bin/create-duet-app"
  },
  "files": [
    "bin/",
    "src/",
    "templates/",
    ".github/",
    "shared/"
  ],
  "scripts": {
    "build": "echo no build script yet",
    "test:ci": "echo no cli tests yet",
    "abc": "bin/create-duet-app"
  },
  "dependencies": {
    "arg": "4.1.3",
    "chalk": "4.1.2",
    "esm": "3.2.25",
    "inquirer": "8.2.3",
    "listr": "0.14.3",
    "ncp": "2.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "3ff7c6ac885945c6b10776afbe32616dcb1d2cb0"
}
