44 lines
1.2 KiB
JSON

{
"name": "@triliumnext/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",
"test": "vitest"
},
"devDependencies": {
"autoprefixer": "10.4.21",
"copy-webpack-plugin": "13.0.0",
"mini-css-extract-plugin": "2.9.2",
"ts-loader": "9.5.2",
"tsx": "4.19.3",
"webpack-cli": "6.0.1",
"webpack": "5.99.6",
"sass": "1.86.3",
"sass-loader": "16.0.5",
"electron": "35.1.5",
"debounce": "2.2.0",
"vitest": "3.1.1",
"css-loader": "7.1.2",
"postcss-loader": "8.1.1",
"happy-dom": "17.4.4"
}
}