Files
BTCforPlebs.com/package.json
2025-09-26 23:59:18 -04:00

27 lines
628 B
JSON

{
"name": "btcforplebs.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node checklinks.js",
"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": {
"express": "^5.1.0",
"node-fetch": "^2.7.0"
}
}