{
  "name": "@xort/xort",
  "version": "0.0.1",
  "description": "web 3D 渲染引擎框架",
  "main": "index.js",
  "scripts": {
    "rlx": "tsc && npm publish",
    "dev": "vite --host",
    "build": "tsc && vite build",
    "serve": "vite preview"
  },
  "keywords": [
    "webgl",
    "webgl2",
    "webgpu",
    "web3d"
  ],
  "author": "yszhao91",
  "license": "盈利50万RMB以上支付5%",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yszhao91/Xort.git"
  },
  "bugs": {
    "url": "https://github.com/yszhao91/Xort/issues"
  },
  "homepage": "https://github.com/yszhao91/Xort#readme",
  "devDependencies": {
    "@types/node": "^18.0.0",
    "@webgpu/types": "^0.1.20",
    "object_frame": "^0.0.20",
    "spark-md5": "^3.0.2",
    "typescript": "^4.3.2",
    "vite": "^2.6.4"
  }
}
