{
  "name": "@ovistek/gfx.ts",
  "version": "1.1.4",
  "description": "Lightweight TypeScript WebGL Renderer using three.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist node_modules",
    "build-ts": "rm -rf dist && tsc --noEmitOnError",
    "build": "npm run build-ts",
    "watch": "watch 'npm run build' ./src",
    "clean:build": "npm run clean && npm install && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OvisTek/gfx.ts.git"
  },
  "keywords": [],
  "author": "OvisTek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OvisTek/gfx.ts/issues"
  },
  "homepage": "https://github.com/OvisTek/gfx.ts#readme",
  "devDependencies": {
    "@types/three": "^0.130.1",
    "typescript": "^4.3.5",
    "watch": "^1.0.2"
  },
  "dependencies": {
    "three": "^0.130.1"
  }
}
