{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.32.0",
    "@typescript-eslint/parser": "^5.32.0",
    "eslint": "^8.21.0",
    "typescript": "^4.7.4"
  },
  "name": "ts-igloo",
  "description": "TS port of the minimalist Igloo library. With Webgl2 support",
  "version": "1.1.0",
  "main": "./dist/igloo.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint *.ts --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Haalon/ts-igloo.git"
  },
  "keywords": [
    "igloo",
    "webgl",
    "webgl2",
    "shader",
    "typescript"
  ],
  "author": "Haalon",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/Haalon/ts-igloo/issues"
  },
  "homepage": "https://github.com/Haalon/ts-igloo"
}
