diff --git a/package.json b/package.json new file mode 100644 index 000000000..61ba11915 --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "name": "triliumnext", + "version": "0.0.1", + "description": "Build your personal knowledge base with TriliumNext Notes", + "main": "index.js", + "type": "module", + "directories": { + "doc": "docs" + }, + "dependencies": { + + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/TriliumNext/Notes.git" + }, + "author": { + "name": "TriliumNext Notes Team", + "email": "contact@eliandoran.me", + "url": "https://github.com/TriliumNext/Notes" + }, + "license": "AGPL-3.0-only", + "bugs": { + "url": "https://github.com/TriliumNext/Notes/issues" + }, + "homepage": "https://github.com/TriliumNext/Notes#readme" +}