shoedler_crossbow/package.json
Simon Schödler b07deff029 Version Bump
2023-04-11 16:54:48 +02:00

24 lines
No EOL
730 B
JSON

{
"name": "crossbow",
"version": "1.1.1",
"description": "Obsidian plugin to find possible backlinks in your notes (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": [],
"author": "shoedler",
"license": "gplv3",
"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.14.47",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}