idreesinc_Waypoint/package.json

26 lines
803 B
JSON
Raw Normal View History

2022-03-09 02:53:33 +00:00
{
2022-03-10 00:50:07 +00:00
"name": "waypoint",
2024-03-30 16:52:58 +00:00
"version": "2.1.0",
2024-02-28 23:36:16 +00:00
"description": "Easily generate dynamic content maps in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!",
2022-03-09 02:53:33 +00:00
"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": {
2022-03-10 00:50:07 +00:00
"@types/codemirror": "^5.60.5",
2022-03-09 02:53:33 +00:00
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"builtin-modules": "^3.2.0",
"esbuild": "0.13.12",
"obsidian": "^0.13.26",
"tslib": "2.3.1",
"typescript": "4.4.4"
}
}