{
  "name": "rot-js",
  "version": "2.2.1",
  "description": "A roguelike toolkit in JavaScript",
  "keywords": [
    "ascii",
    "dungeon",
    "fov",
    "game",
    "libtcod",
    "lighting",
    "los",
    "rng",
    "rogue",
    "roguelike",
    "tiles"
  ],
  "files": [
    "lib",
    "dist",
    "doc",
    "examples",
    "addons",
    "manual"
  ],
  "homepage": "https://ondras.github.io/rot.js",
  "bugs": "https://github.com/ondras/rot.js/issues",
  "license": "BSD-3-Clause",
  "author": "Ondřej Žára <ondrej.zara@gmail.com> (https://ondras.zarovi.cz/)",
  "main": "dist/rot.js",
  "module": "lib/index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ondras/rot.js.git"
  },
  "devDependencies": {
    "@babel/cli": "7.16.0",
    "@babel/core": "7.16.5",
    "@babel/preset-env": "7.16.5",
    "@types/node": "17.0.2",
    "google-closure-compiler": "20211201.0.0",
    "jasmine": "3.10.0",
    "puppeteer-core": "13.0.0",
    "rollup": "2.61.1",
    "typedoc": "0.22.10",
    "typescript": "4.5.4"
  },
  "babel": {
    "sourceType": "unambiguous",
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "ie": 10
          },
          "loose": true
        }
      ]
    ]
  },
  "types": "./lib/index.d.ts"
}
