{
  "name": "create-alfred-workflow",
  "description": "Create Alfred Workflow",
  "version": "1.0.0",
  "scripts": {
    "build": "shx rm -rf dist && NODE_ENV=production tsc && shx chmod +x dist/cli.js",
    "dev": "tsc -w",
    "release": "yarn build && np --otp",
    "test": "yarn build"
  },
  "dependencies": {
    "create-whatever": "^5.0.0"
  },
  "devDependencies": {
    "shx": "^0.3.2",
    "typescript": "^3.6.3"
  },
  "author": "Yasuaki Uechi <y@uechi.io>",
  "license": "Apache-2.0",
  "bin": "dist/cli.js",
  "files": [
    "dist",
    "templates"
  ],
  "homepage": "https://github.com/uetchy/create-alfred-workflow",
  "keywords": [
    "create-app"
  ]
}
