UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

50 lines (49 loc) 1.2 kB
{ "name": "isaacscript-common", "version": "87.7.0", "description": "Helper functions and features for IsaacScript mods.", "keywords": [ "isaac", "rebirth", "afterbirth", "repentance", "typescript-to-lua", "lua", "tstl" ], "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.rollup.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": { "isaac-typescript-definitions": "42.2.1" }, "devDependencies": { "@microsoft/api-extractor": "7.52.10", "complete-node": "9.0.0", "eslint-plugin-sort-exports": "0.9.1", "typescript-eslint": "8.39.0", "typescript-to-lua": "1.31.4" } }