UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

40 lines (39 loc) 928 B
{ "name": "isaac-typescript-definitions", "version": "42.2.0", "description": "TypeScript definitions for The Binding of Isaac: Repentance.", "keywords": [ "isaac", "rebirth", "afterbirth", "repentance" ], "homepage": "https://isaacscript.github.io/", "bugs": { "url": "https://github.com/IsaacScript/isaacscript/issues" }, "repository": { "type": "git", "url": "git+https://github.com/IsaacScript/isaacscript.git" }, "license": "GPL-3.0", "author": "Zamiell", "type": "commonjs", "main": "./dist/index", "types": "./dist/index.d.ts", "files": [ "dist", "src", "LICENSE", "package.json", "README.md" ], "scripts": { "build": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/build.mts", "docs": "typedoc", "lint": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/lint.mts" }, "dependencies": { "lua-types": "^2.13.1" } }