isaacscript
Version:
A command line tool for managing Isaac mods written in TypeScript.
82 lines (81 loc) • 1.95 kB
JSON
{
"name": "isaacscript",
"version": "5.2.15",
"description": "A command line tool for managing Isaac mods written in TypeScript.",
"keywords": [
"isaac",
"mod",
"rebirth",
"afterbirth",
"repentance",
"typescript",
"lua"
],
"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": "module",
"bin": {
"isaacscript": "./dist/main.js"
},
"files": [
"custom-stage",
"dist",
"file-templates",
"isaacscript-watcher",
"plugins",
"schemas",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"build": "tsx ./scripts/build.ts",
"lint": "tsx ./scripts/lint.ts",
"start": "tsx ./src/main.ts",
"test": "glob \"./src/**/*.test.ts\" --cmd=\"node --import tsx --test --test-reporter spec\""
},
"dependencies": {
"@commander-js/extra-typings": "14.0.0",
"@zamiell/sync-directory": "6.0.5",
"ajv": "8.17.1",
"chalk": "5.4.1",
"commander": "14.0.0",
"complete-common": "2.5.0",
"complete-node": "7.4.3",
"figlet": "1.8.2",
"jsonc-parser": "3.3.1",
"klaw-sync": "7.0.0",
"moment": "2.30.1",
"prompt": "1.3.0",
"source-map": "0.7.6",
"source-map-support": "0.5.21",
"xml2js": "0.6.2",
"yaml": "2.8.0"
},
"devDependencies": {
"@types/figlet": "1.7.0",
"@types/klaw-sync": "6.0.5",
"@types/prompt": "1.1.9",
"@types/source-map-support": "0.5.10",
"@types/xml2js": "0.4.14",
"ts-json-schema-generator": "2.4.0",
"typescript-eslint": "8.38.0"
},
"peerDependencies": {
"typescript": ">= 5.0.0",
"typescript-to-lua": ">= 1.0.0"
},
"peerDependenciesMeta": {
"typescript-to-lua": {
"optional": true
}
}
}