2023-03-17 19:08:19 +00:00
|
|
|
{
|
2023-03-18 16:24:15 +00:00
|
|
|
"name": "latex-matrices",
|
2023-03-22 19:51:17 +00:00
|
|
|
"version": "1.0.1",
|
2023-03-18 16:24:15 +00:00
|
|
|
"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",
|
2023-03-22 19:40:04 +00:00
|
|
|
"tslib": "2.4.0"
|
2023-03-18 16:24:15 +00:00
|
|
|
},
|
|
|
|
|
"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"
|
2023-03-22 19:40:04 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"typescript": "^5.0.2"
|
2023-03-18 16:24:15 +00:00
|
|
|
}
|
2023-03-17 19:08:19 +00:00
|
|
|
}
|