{
  "name": "betach",
  "author": "Yizack Rangel <yizackr@gmail.com>",
  "version": "1.0.4",
  "description": "Node.js Character.AI Unofficial API",
  "type": "module",
  "main": "./src/index.js",
  "scripts": {
    "pack": "npm pack --pack-destination=\"packages\"",
    "link": "npm link characterai.js",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage --verbose",
    "example1": "node examples/cmd-chat.js",
    "example2": "node examples/discord-bot.js"
  },
  "files": [
    "src",
    "LICENSE",
    "README.md"
  ],
  "homepage": "https://github.com/Yizack/characterai.js#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yizack/characterai.js.git"
  },
  "bugs": {
    "url": "https://github.com/Yizack/characterai.js/issues"
  },
  "license": "MIT",
  "keywords": [
    "characterai",
    "character.ai",
    "ai",
    "api",
    "nodejs",
    "javascript",
    "discord"
  ],
  "devDependencies": {
    "dotenv": "^16.0.3",
    "jest": "^29.3.1",
    "jest-fetch-mock": "^3.0.3"
  },
  "jest": {
    "testEnvironment": "jest-environment-node",
    "transform": {}
  }
}
