blob: a83c944fc536e930cb3e4a75b3a1b7741b3b46f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "notes-web",
"type": "module",
"version": "0.0.1",
"description": "Zettelkasten-inspired note taking web app",
"author": "Alexis Hovorka <alexisspacegirl@gmail.com>",
"license": "MIT",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": ""
},
"private": true,
"dependencies": {
"argon2": "^0.28.3",
"ws": "^7.1.0"
}
}
|