sboulema_mtg-deck/package.json
dependabot[bot] e7725170f8
build(deps-dev): Bump @types/node from 26.1.0 to 26.1.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.0 to 26.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-09 00:24:16 +00:00

45 lines
1.4 KiB
JSON

{
"name": "mtg-deck",
"version": "1.13.106",
"description": "Display your MTG decks and card lists in your notes.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"lint": "eslint --fix main.ts",
"format": "npx prettier --write .",
"format-check": "npx prettier --check .",
"test": "jest",
"verify": "npm run test && npm run lint && npm run format-check",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"engines": {
"node": ">=20"
},
"keywords": [],
"author": "Samir Boulema",
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@jest/globals": "^30.4.1",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "8.63.0",
"esbuild": "0.28.1",
"eslint": "^10.6.0",
"eslint-plugin-obsidianmd": "^0.4.1",
"globals": "^17.7.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jsdom": "^29.1.1",
"obsidian": "latest",
"prettier": "3.9.4",
"ts-jest": "^29.0.0",
"tslib": "2.8.1",
"typescript": "^6.0.3"
},
"allowScripts": {
"esbuild@0.28.1": true
}
}