{
  "name": "replicate",
  "version": "0.5.0",
  "description": "JavaScript client for Replicate",
  "repository": "github:replicate/replicate-js",
  "homepage": "https://github.com/replicate/replicate-js#readme",
  "bugs": "https://github.com/replicate/replicate-js/issues",
  "license": "Apache-2.0",
  "main": "index.js",
  "type": "module",
  "files": [
    "lib/**/!(*.test.js)"
  ],
  "scripts": {
    "test": "REPLICATE_API_TOKEN=not-a-real-token node index.js && NODE_OPTIONS=--experimental-vm-modules jest"
  },
  "dependencies": {
    "camelcase-keys": "^8.0.2"
  },
  "devDependencies": {
    "jest": "^29.4.2",
    "jest-fetch-mock": "^3.0.3"
  }
}
