UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

47 lines (46 loc) 1.14 kB
{ "name": "isaacscript-common", "version": "87.8.3", "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" ], "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": "43.0.1" }, "devDependencies": { "@microsoft/api-extractor": "7.55.2", "complete-node": "16.2.0", "eslint-plugin-sort-exports": "0.9.1", "typescript-eslint": "8.51.0", "typescript-to-lua": "1.33.2" } }