trilium/package.json
2023-09-20 03:38:55 -04:00

22 lines
497 B
JSON

{
"name": "trilium.rocks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@digitak/esrun": "^3.2.24",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"dotenv": "^16.3.1",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"trilium-etapi": "^0.1.2",
"typescript": "^5.2.2"
}
}