{
  "name": "skyl",
  "version": "1.2.16",
  "description": "cli",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "scripts": {
    "build": "rm -rf ./lib && tsc"
  },
  "keywords": [],
  "author": "moneko",
  "license": "MIT",
  "bin": {
    "skyl": "./lib/index.js"
  },
  "dependencies": {
    "@swc/cli": "^0.1.57",
    "archiver": "^5.3.0",
    "commander": "^8.1.0",
    "inquirer": "^8.2.0",
    "js-yaml": "^4.1.0",
    "plist": "^3.0.4",
    "shelljs": "^0.8.4",
    "xml2js": "^0.4.23"
  },
  "devDependencies": {
    "@types/archiver": "^5.1.1",
    "@types/inquirer": "^8.1.3",
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^17.0.5",
    "@types/plist": "^3.0.2",
    "@types/shelljs": "^0.8.9",
    "@types/xml2js": "^0.4.9",
    "typescript": "^4.5.4"
  },
  "files": [
    "lib",
    "conf"
  ]
}
