{
  "name": "@daniil_sv/xcoder",
  "version": "1.0.4",
  "description": "",
  "main": "index.js",
  "bin": {
    "xcoder": "bin/xcoder.js",
    "sc-compress": "bin/compress.js",
    "sc-decompress": "bin/decompress.js",
    "sc2tex": "bin/textureDecode.js",
    "tex2sc": "bin/textureEncode.js"
  },
  "scripts": {
    "prepublish": "npm install -g typescript && npm run build",
    "build": "tsc -p ./"
  },
  "author": "DaniilSV",
  "license": "MIT",
  "repository": "https://github.com/scwmake/XCoder",
  "dependencies": {
    "deasync": "^0.1.28",
    "image-js": "^0.35.2",
    "node-fetch": "^2.6.6",
    "package-json": "^8.1.0",
    "prompt-sync": "^4.2.0",
    "supercell-swf": "^1.1.3",
    "wrap-text": "^1.0.9",
    "yargs": "^17.6.2"
  },
  "devDependencies": {
    "@types/deasync": "^0.1.2",
    "@types/node": "^18.11.9",
    "@types/wrap-text": "^1.0.0",
    "@types/yargs": "^17.0.15"
  }
}
