27 lines
629 B
JSON
27 lines
629 B
JSON
{
|
|
"name": "bc-explorer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node start.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"@chriscdn/promise-semaphore": "^3.0.1",
|
|
"@cloudrac3r/pug": "^4.0.4",
|
|
"@iconify-json/iconoir": "^1.2.7",
|
|
"@iconify/utils": "^2.3.0",
|
|
"@stackoverflow/stacks": "^2.7.3",
|
|
"@types/node": "^20.17.27",
|
|
"better-sqlite3": "^12.2.0",
|
|
"domino": "^2.1.6",
|
|
"h3": "^1.15.1",
|
|
"heatsync": "^2.8.1",
|
|
"htmx.org": "^2.0.4",
|
|
"wordcloud": "^1.2.3",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|