{
  "name": "iglass",
  "version": "0.0.3",
  "description": "Node.js library for the iglass API",
  "repository": {
    "type": "git",
    "url": "git@github.com:open-lm/openai-node.git"
  },
  "keywords": [
    "iglass",
    "open",
    "ai",
    "gpt-3",
    "gpt3"
  ],
  "author": "iglass",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/"
  },
  "dependencies": {
    "axios": "^0.26.0",
    "form-data": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^12.11.5",
    "typescript": "^3.6.4"
  }
}
