{
  "name": "create-cider-theme",
  "version": "0.1.4",
  "author": "ciderapp",
  "license": "GPL-3.0",
  "bin": {
    "create-cider-theme": "build/theme/newTheme.js",
    "create-cider-plugin": "build/plugin/newPlugin.js"
  },
  "description": "",
  "main": "index.js",
  "type": "module",
  "keywords": [
    "cider",
    "ciderapp",
    "ciderapp-theme",
    "ciderapp-sdk",
    "cider-sdk"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ciderapp/create-cider-theme.git"
  },
  "dependencies": {
    "@inquirer/prompts": "^1.0.3",
    "dotenv": "^16.0.3",
    "toml": "^3.0.0"
  },
  "devDependencies": {
    "@types/mute-stream": "^0.0.1",
    "@types/node": "^20.1.1",
    "typescript": "^5.0.4"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  }
}