deltekk_Obsidian-Latex-Matr.../package.json
2023-03-22 20:51:17 +01:00

37 lines
1 KiB
JSON

{
"name": "latex-matrices",
"version": "1.0.1",
"description": "Obsidian plugin to fasten the creation of latex matrices",
"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": [],
"author": "Daniele Susino",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "^1.1.1",
"tslib": "2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Deltekk/Obsidian-Latex-Matrices.git"
},
"bugs": {
"url": "https://github.com/Deltekk/Obsidian-Latex-Matrices/issues"
},
"homepage": "https://github.com/Deltekk/Obsidian-Latex-Matrices#readme",
"directories": {
"test": "test"
},
"dependencies": {
"typescript": "^5.0.2"
}
}