mirror of
https://github.com/aljazceru/nostr-relay-registry.git
synced 2025-12-17 06:04:24 +01:00
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"nostr-tools": "^0.12.4",
|
|
"readable-stream": "^3.6.0",
|
|
"vue": "3"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack"
|
|
}
|
|
}
|