mirror of
https://github.com/sboulema/mtg-deck.git
synced 2026-07-22 06:50:39 +00:00
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "mtg-deck",
|
|
"version": "1.14.128",
|
|
"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.6",
|
|
"@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.7.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.5",
|
|
"ts-jest": "^29.0.0",
|
|
"tslib": "2.8.1",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "^8.63.0"
|
|
},
|
|
"allowScripts": {
|
|
"esbuild@0.28.1": true
|
|
}
|
|
}
|