samuele-cozzi_obsidian-marp.../package.json
2023-03-08 08:55:37 +01:00

35 lines
985 B
JSON

{
"name": "obsidian-marp-slides",
"version": "0.26.0",
"description": "Create markdown-based marp presentations in Obsidian ",
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"test": "jest --coverage --silent=false",
"test:watch": "jest --watch",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.4.0",
"@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",
"jest": "^29.5.0",
"normalize-path": "^3.0.0",
"obsidian": "latest",
"ts-jest": "^29.0.5",
"tslib": "2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@marp-team/marp-cli": "^2.4.0",
"@marp-team/marp-core": "^3.5.0",
"@marp-team/marpit": "^2.4.2"
}
}