mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-01-12 22:43:27 +08:00
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"name": "opi-bitmap-indexer-api",
|
|
"version": "0.1.0",
|
|
"description": "OPI Bitmap Indexer API",
|
|
"license": "UNLICENSED",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"pg": "^8.6.0",
|
|
"dotenv": "16.3.1",
|
|
"cors": "^2.8.5",
|
|
"express": "4.18.2"
|
|
}
|
|
}
|