isaacscript
Version:
A command line tool for managing Isaac mods written in TypeScript.
33 lines (32 loc) • 726 B
JSON
{
"name": "project-name",
"version": "0.0.0",
"description": "A mod for The Binding of Isaac: Repentance.",
"keywords": [
"isaac",
"mod",
"rebirth",
"afterbirth",
"repentance"
],
"license": "GPL-3.0",
"type": "module",
"scripts": {
"build": "tstl",
"lint": "tsx ./scripts/lint.ts",
"nuke": "isaacscript nuke",
"publish": "isaacscript publish",
"start": "isaacscript monitor",
"update": "isaacscript update"
},
"dependencies": {
"isaac-typescript-definitions": "0.0.1",
"isaacscript-common": "0.0.1"
},
"devDependencies": {
"isaacscript": "0.0.1",
"isaacscript-lint": "0.0.1",
"typescript": "0.0.1",
"typescript-to-lua": "0.0.1"
}
}