isaac-lua-definitions/isaac-typescript-definitions/package.json

30 lines
758 B
JSON

{
"name": "isaac-typescript-definitions",
"version": "1.0.244",
"description": "TypeScript definitions for The Binding of Isaac: Repentance",
"keywords": [
"isaac",
"rebirth",
"afterbirth",
"repentance"
],
"homepage": "https://github.com/IsaacScript/isaac-typescript-definitions#readme",
"bugs": {
"url": "https://github.com/IsaacScript/isaac-typescript-definitions/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsaacScript/isaac-typescript-definitions.git"
},
"license": "GPL-3.0",
"author": "Zamiell",
"types": "typings/index.d.ts",
"dependencies": {
"lua-types": "2.11.0"
},
"devDependencies": {
"isaacscript-lint": "^1.0.63",
"typescript": "^4.4.4"
}
}