talwrii_plugin-repl/package.json

28 lines
715 B
JSON
Raw Normal View History

{
2025-01-04 18:47:18 +00:00
"name": "plugin-repl",
"description": "Rapid in editor optimization for Obsidian",
"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": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
2025-01-02 21:42:10 +00:00
"@types/shell-quote": "^1.7.5",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"shell-quote": "^1.8.2"
}
}