25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"name": "scraper",
|
|
"version": "1.0.0",
|
|
"main": "dist\\src\\index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "tsc && cd dist/src && node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "syscallwzrd [https://github.com/syscallwizard]",
|
|
"license": "MIT",
|
|
"description": "Discord attachment scraping utility.",
|
|
"dependencies": {
|
|
"crypto": "^1.0.1",
|
|
"fs-extra": "^11.2.0",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/node": "^22.5.4",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|