Upload of project source code files.
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user