mirror of
https://github.com/iron-vault-plugin/iron-vault.git
synced 2026-07-22 10:20:28 +00:00
65 lines
3.5 KiB
JSON
65 lines
3.5 KiB
JSON
{
|
|
"name": "iron-vault",
|
|
"version": "1.110.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=10"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm recursive run build",
|
|
"test": "vitest",
|
|
"dev:build": "tsc --noEmit && node esbuild.config.js nowatch",
|
|
"compile-data": "yq -ojson data/starforged.supplement.yaml > data/starforged.supplement.json && yq -ojson data/sundered-isles.supplement.yaml > data/sundered-isles.supplement.json",
|
|
"dev": "pnpm recursive run dev",
|
|
"bump": "node ./scripts/update_manifest.js release ${npm_config_tag:?} && pnpm -w --filter obsidian exec npm version --no-git-tag-version ${npm_config_tag} && git commit -a -m \"bumping manifest version to ${npm_config_tag}\" && git tag -a ${npm_config_tag} -m ${npm_config_tag} && git push --follow-tags",
|
|
"bump:beta": "node ./scripts/update_manifest.js beta ${npm_config_tag:?} && pnpm -w --filter obsidian exec npm version --no-git-tag-version ${npm_config_tag} && git add manifest-beta.json && git commit -a -m \"bumping manifest-beta version to ${npm_config_tag}\" && git tag -a ${npm_config_tag} -m ${npm_config_tag} && git push --follow-tags",
|
|
"latestrev": "git tag -l --sort -creatordate '[0-9]*' | head -n 1",
|
|
"lint": "eslint --cache .",
|
|
"copy:target": "pnpm dev:build && targetdir=\"$(<.targetdir)\" && cp -v main.js manifest.json styles.css \"${targetdir:?}/iron-vault/\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"devDependencies": {
|
|
"@eslint/js": "catalog:",
|
|
"@jgoz/esbuild-plugin-typecheck": "catalog:",
|
|
"esbuild": "catalog:",
|
|
"esbuild-plugin-copy": "catalog:",
|
|
"esbuild-plugin-inline-worker": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-config-prettier": "catalog:",
|
|
"eslint-plugin-prettier": "catalog:",
|
|
"prettier": "catalog:",
|
|
"tslib": "catalog:",
|
|
"typescript": "catalog:",
|
|
"typescript-eslint": "catalog:",
|
|
"vitest": "catalog:",
|
|
"vitest-tsconfig-paths": "catalog:"
|
|
},
|
|
"pnpm": {
|
|
"ignoredBuiltDependencies": [
|
|
"@3d-dice/dice-box"
|
|
],
|
|
"onlyBuiltDependencies": [
|
|
"electron",
|
|
"esbuild",
|
|
"obsidian-typings"
|
|
],
|
|
"overrides": {
|
|
"@datasworn/core": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn/core",
|
|
"@datasworn/ironsworn-classic": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn/ironsworn-classic",
|
|
"@datasworn/ironsworn-classic-delve": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn/ironsworn-classic-delve",
|
|
"@datasworn/ironsworn-classic-lodestar": "github:scottbenton/datasworn#cb72a02&path:pkg/nodejs/@datasworn/ironsworn-classic-lodestar",
|
|
"@datasworn/starforged": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn/starforged",
|
|
"@datasworn/sundered-isles": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn/sundered-isles",
|
|
"@datasworn-community-content/ancient-wonders": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn-community-content/ancient-wonders",
|
|
"@datasworn-community-content/fe-runners": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn-community-content/fe-runners",
|
|
"@datasworn-community-content/starsmith": "github:tbsvttr/datasworn#79bc272&path:pkg/nodejs/@datasworn-community-content/starsmith"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
}
|