mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
22 lines
511 B
JSON
22 lines
511 B
JSON
{
|
|
"name": "Ignis",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "An Electron shim and server bridge for running Obsidian in a browser.",
|
|
"scripts": {
|
|
"build:shims": "node build.js",
|
|
"dev:server": "node server/index.js",
|
|
"dev": "npm run build:shims && npm run dev:server"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.21.0",
|
|
"ws": "^8.16.0",
|
|
"chokidar": "^3.6.0",
|
|
"cors": "^2.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.0",
|
|
"path-browserify": "^1.0.1"
|
|
}
|
|
}
|