{ "name": "triliumnext.notes.client", "version": "0.0.1", "description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)", "homepage": "https://github.com/TriliumNext/Notes#readme", "bugs": { "url": "https://github.com/TriliumNext/Notes/issues" }, "repository": { "type": "git", "url": "git+https://github.com/TriliumNext/Notes.git" }, "license": "AGPL-3.0-only", "author": { "name": "TriliumNext Notes Team", "email": "contact@eliandoran.me", "url": "https://github.com/TriliumNext/Notes" }, "copyright": "", "type": "module", "main": "index.js", "scripts": { "build:webpack": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --progress", "build:webpack-stats": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --profile --json=webpack-stats.json" }, "devDependencies": { "webpack": "5.99.5", "webpack-cli": "6.0.1", "webpack-dev-middleware": "7.4.2", "copy-webpack-plugin": "13.0.0" } }