{
  "name": "@wep2/cli",
  "version": "1.0.4",
  "description": "Command line for Wepublish Editor 2",
  "main": "bin/index.js",
  "bin": {
    "wep2": "./bin/index.js"
  },
  "scripts": {
    "pub": "tsc && npm publish --access public",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Wepublish",
    "journalism",
    "headless",
    "cms",
    "directus"
  ],
  "author": "Seccom GmbH",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^16.11.6",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "child_process": "^1.0.2",
    "commander": "^8.3.0",
    "figlet": "^1.5.2"
  }
}
