mirror of
https://github.com/chrislicodes/obsidian-chess-study.git
synced 2026-07-22 07:50:30 +00:00
27 lines
719 B
JSON
27 lines
719 B
JSON
{
|
|
"name": "obsidian-chessify",
|
|
"version": "0.0.1",
|
|
"description": "A chess study helper for Obsidian (https://obsidian.md)",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"chess",
|
|
"obsidian"
|
|
],
|
|
"author": "Christoph Lindstädt",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^20.1.0",
|
|
"@typescript-eslint/eslint-plugin": "5.59.2",
|
|
"@typescript-eslint/parser": "5.59.2",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.18",
|
|
"obsidian": "latest",
|
|
"tslib": "2.5.0",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|