20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "underbbs",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nostr-dev-kit/ndk": "^2.7.1",
|
|
"bech32": "^2.0.0",
|
|
"nostr-tools": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|