{
  "name": "@ibaraki-douji/novelai",
  "version": "0.0.1-alpha.7",
  "description": "Use NovelAI in node.js",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "novelai",
    "novel",
    "ai",
    "novelai-api",
    "novelai-api-wrapper",
    "novelai-wrapper",
    "typescript"
  ],
  "author": "ibaraki-douji",
  "license": "ISC",
  "dependencies": {
    "@types/uuid": "^9.0.2",
    "adm-zip": "^0.5.10",
    "libsodium-wrappers-sumo": "^0.7.11",
    "pako": "^2.1.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.0",
    "@types/libsodium-wrappers-sumo": "^0.7.5",
    "@types/node": "^20.3.3",
    "@types/pako": "^2.0.0",
    "typescript": "^5.1.6"
  }
}
