mirror of
https://github.com/kevinkickback/Combo-Colors.git
synced 2026-07-22 11:50:29 +00:00
34 lines
1 KiB
JSON
34 lines
1 KiB
JSON
{
|
|
"name": "combo-colors",
|
|
"version": "1.3.4",
|
|
"description": "Automatically apply color to fighting game combo notation.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"lint": "biome check --write . && eslint src && echo ESLint: no issues",
|
|
"lint:biome": "biome check --write .",
|
|
"lint:obsid": "eslint src && echo ESLint: no issues",
|
|
"test": "vitest",
|
|
"test:run": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.15",
|
|
"@types/node": "^22.14.1",
|
|
"@typescript-eslint/parser": "^8.60.0",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"esbuild": "0.25.2",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"jsdom": "^26.1.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|