{
  "name": "@arkntools/astc-decode",
  "collaborators": [
    "神代綺凛 <i@loli.best>",
    "Weiyi Wang <wwylele@gmail.com>"
  ],
  "description": "A software ASTC decoder in rust",
  "version": "1.0.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/arkntools/astc-decode"
  },
  "files": [
    "astc_decode_bg.wasm",
    "astc_decode.js",
    "astc_decode.d.ts"
  ],
  "main": "astc_decode.js",
  "types": "astc_decode.d.ts",
  "keywords": [
    "image",
    "astc",
    "codec",
    "graphics",
    "texture"
  ]
}