Notes/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

{
2025-04-22 14:38:57 +03:00
"name": "@triliumnext/source",
"version": "0.0.0",
"description": "Build your personal knowledge base with TriliumNext Notes",
"directories": {
"doc": "docs"
},
2025-04-22 14:38:57 +03:00
"scripts": {},
"private": true,
"dependencies": {},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx/eslint": "20.8.0",
"@nx/eslint-plugin": "20.8.0",
2025-04-22 14:38:57 +03:00
"@nx/js": "20.8.0",
"@nx/vite": "20.8.0",
"@nx/web": "20.8.0",
2025-04-22 14:38:57 +03:00
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
2025-04-22 14:38:57 +03:00
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "18.16.9",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"jiti": "2.4.2",
"jsonc-eslint-parser": "^2.1.0",
2025-04-22 14:38:57 +03:00
"nx": "20.8.0",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
2025-04-22 14:38:57 +03:00
"workspaces": [
"packages/*"
],
"license": "AGPL-3.0-only",
"author": {
"name": "TriliumNext Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
2025-04-22 14:38:57 +03:00
"repository": {
"type": "git",
"url": "git+https://github.com/TriliumNext/Notes.git"
},
"bugs": {
"url": "https://github.com/TriliumNext/Notes/issues"
},
"homepage": "https://github.com/TriliumNext/Notes#readme"
}