{
  "name": "@chinachu/aribts",
  "version": "1.3.5-mirakurun.18",
  "description": "MPEG-2 TS Stream Tool for node",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc --build",
    "watch": "tsc -w",
    "clean": "rimraf lib *.tsbuildinfo",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Chinachu/node-aribts.git"
  },
  "author": "Chinachu Project",
  "license": "MIT",
  "dependencies": {
    "@node-rs/crc32": "1.4.3",
    "iconv-lite": "0.6.3"
  },
  "devDependencies": {
    "@types/node": "^12.20.43",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.5"
  }
}
