-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.82 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
{
"name": "pause-customizer",
"version": "0.0.1",
"description": "A small module to customize the pause image, animation style and pause text.",
"type": "module",
"main": "dist/pause-customizer.js",
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"typecheck": "tsc --noEmit",
"lint": "pnpm exec eslint src/**/*.ts",
"lint:fix": "pnpm exec eslint src/**/*.ts --fix",
"format": "pnpm exec prettier --write \"**/*.{js,ts,json,md}\"",
"format:check": "pnpm exec prettier --check \"**/*.{js,ts,json,md}\"",
"knip": "pnpm exec knip",
"link:foundry": "ln -sf $PWD ~/.local/share/FoundryVTT/Data/modules/pause-customizer && echo 'Symlink created! Start Foundry and enable the module.'",
"prepare": "husky || true"
},
"packageManager": "pnpm@9.15.1",
"repository": {
"type": "git",
"url": "git+https://github.com/marcstraube/foundryvtt-pause-customizer.git"
},
"author": "Marc Straube",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcstraube/foundryvtt-pause-customizer/issues"
},
"homepage": "https://github.com/marcstraube/foundryvtt-pause-customizer#readme",
"devDependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint/js": "^10.0.1",
"@league-of-foundry-developers/foundry-vtt-types": "13.346.0-beta.20251209192131",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.5.6",
"husky": "^9.0.0",
"knip": "^6.17.1",
"lint-staged": "^16.0.1",
"prettier": "^3.8.4",
"typescript": "^6.0.2",
"vite": "^8.0.16"
},
"pnpm": {
"overrides": {
"fast-uri": ">=3.1.2"
}
}
}