You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nostrweb/package.json

21 lines
435 B
JSON

{
"name": "nostrweb",
"version": "0.0.31",
"private": true,
"type": "module",
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"esbuild": "^0.14.54",
"esbuild-plugin-alias": "^0.2.1",
"events": "^3.3.0",
"readable-stream": "4.3.0"
},
"dependencies": {
"nostr-tools": "1.10.1"
},
"scripts": {
"build": "node tools/build.js",
"serve": "node tools/serve.js"
}
}