martindampier_draw-steel-re.../package.json
Martin Dampier cae9e47c47 BUG FIX
2026-01-16 22:08:51 -06:00

27 lines
751 B
JSON

{
"name": "draw-steel-retainer",
"version": "1.0.19",
"description": "This plugin creates a initiative tracker that can be used for the MCDM rpg Draw Steel.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.25.9",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"debug": "^4.4.3"
}
}