mirror of
https://github.com/LukeHagar/archives-of-nethys-scraper.git
synced 2025-12-06 04:19:14 +00:00
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"name": "archives-of-nethys-scraper",
|
|
"version": "1.0.0",
|
|
"description": "A simple tool to gather datasets from archives of nethys",
|
|
"scripts": {
|
|
"scrape": "npx ts-node -T scraper.ts",
|
|
"upload": "npx ts-node -T uploader.ts"
|
|
},
|
|
"author": "Luke Hagar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^8.8.1",
|
|
"dotenv": "^16.1.4",
|
|
"sanitize-filename": "^1.6.3"
|
|
}
|
|
}
|