nostr_core_lib/package.json

21 lines
373 B
JSON

{
"name": "nostr_core_lib",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"nostr-tools": "^2.16.1"
}
}