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.

24 lines
506 B
JSON

{
"name": "polygon-ingester",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.10.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@humanwhocodes/env": "^4.0.0",
"@polygon.io/client-js": "^7.3.2",
"dotenv": "^16.4.7",
"p-queue": "^8.0.1"
}
}