bitsofchris_openaugi-obsidi.../package.json

28 lines
683 B
JSON
Raw Normal View History

2020-10-25 20:55:59 +00:00
{
2025-04-15 20:50:05 +00:00
"name": "open-augi",
"version": "0.6.0",
2025-04-15 20:50:05 +00:00
"description": "",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
2022-01-22 21:13:50 +00:00
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
2026-02-25 13:03:28 +00:00
"test": "vitest run",
"test:watch": "vitest",
2022-01-22 21:13:50 +00:00
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.17.3",
2025-04-15 20:26:35 +00:00
"obsidian": "^1.8.7",
"tslib": "2.4.0",
2026-02-25 13:03:28 +00:00
"typescript": "^4.7.4",
"vitest": "^3.2.4"
}
2020-10-25 20:55:59 +00:00
}