Files
BTCforPlebs.com/package.json
2025-10-09 09:10:07 -04:00

39 lines
973 B
JSON

{
"name": "btcforplebs.com",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"checklinks": "node checklinks.js",
"both": "concurrently 'npm start' 'npm run checklinks'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btcforplebs/BTCforPlebs.com.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/btcforplebs/BTCforPlebs.com/issues"
},
"homepage": "https://github.com/btcforplebs/BTCforPlebs.com#readme",
"dependencies": {
"@noble/secp256k1": "^3.0.0",
"config": "^4.1.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"lucide-react": "^0.544.0",
"node-fetch": "^3.3.2",
"nostr-tools": "^2.17.0",
"socket.io": "^4.8.1",
"ws": "^8.18.3"
},
"devDependencies": {
"concurrently": "^9.2.1"
}
}