BB-Trinket-Edit/package.json

25 lines
578 B
JSON
Raw Permalink Normal View History

2021-11-23 07:47:24 -04:00
{
"name": "BlueBabyPetrifiedStart",
"version": "0.0.1",
"description": "A mod for The Binding of Isaac: Repentance",
"keywords": [
"isaac",
"mod",
"rebirth",
"afterbirth",
"repentance"
],
"license": "GPL-3.0",
2023-05-17 23:50:05 -03:00
"type": "commonjs",
2021-11-23 07:47:24 -04:00
"dependencies": {
2023-05-17 23:36:11 -03:00
"isaac-typescript-definitions": "^13.0.11",
"isaacscript": "^3.6.45",
"isaacscript-common": "^30.11.1",
2023-05-17 23:37:48 -03:00
"isaacscript-lint": "^4.16.9",
2023-05-17 23:50:05 -03:00
"isaacscript-spell": "^1.2.39",
"isaacscript-tsconfig": "^4.0.0",
"typescript": "^5.0.4",
"typescript-to-lua": "^1.15.1"
2021-11-23 07:47:24 -04:00
}
}