nostrclient/package.json
dni ⚡ a8eb139360
feat: code quality (#31)
* feat: code quality
2024-08-30 13:07:33 +02:00

15 lines
284 B
JSON

{
"name": "nostrclient",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"prettier": "^3.2.5",
"pyright": "^1.1.358"
}
}