-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 3.35 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "iron-vault",
"version": "1.108.1",
"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#56cd259&path:pkg/nodejs/@datasworn/core",
"@datasworn/ironsworn-classic": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn/ironsworn-classic",
"@datasworn/ironsworn-classic-delve": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn/ironsworn-classic-delve",
"@datasworn/starforged": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn/starforged",
"@datasworn/sundered-isles": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn/sundered-isles",
"@datasworn-community-content/ancient-wonders": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn-community-content/ancient-wonders",
"@datasworn-community-content/fe-runners": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn-community-content/fe-runners",
"@datasworn-community-content/starsmith": "github:tbsvttr/datasworn#56cd259&path:pkg/nodejs/@datasworn-community-content/starsmith"
}
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}