{
  "name": "webai-js",
  "version": "2.0.2",
  "description": "A simple Web AI model deployment tool using JavaScript",
  "main": "./src/webai/webai.js",
  "types": "./src/webai/webai.d.ts",
  "unpkg": "./dist/webai.min.js",
  "jsdelivr": "./dist/webai.min.js",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:html": "vite build --config vite.config.html.js",
    "build:docs": "typedoc --entryPoints ./src/webai/webai.ts --out docs/interfaces",
    "preview_html": "vite preview --config vite.config.html.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AgentMaker/WebAI.js.git"
  },
  "keywords": [
    "WebAI.js",
    "ONNX",
    "AI"
  ],
  "author": "jm12138",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/AgentMaker/WebAI.js/issues"
  },
  "homepage": "https://github.com/AgentMaker/WebAI.js#readme",
  "dependencies": {},
  "devDependencies": {
    "typedoc": "^0.22.15",
    "typescript": "^4.6.4",
    "vite": "^2.9.9",
    "yamljs": "^0.3.0"
  }
}
