20 lines
454 B
JSON
20 lines
454 B
JSON
{
|
|
"name": "dandys-world-yaoi-spinner",
|
|
"version": "1.0.0",
|
|
"description": "Bruhh where am I???",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.viois.gay/Violet/Dandys-World-Yaoi-Spinner"
|
|
},
|
|
"author": "Violet",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"@the-convocation/twitter-scraper": "^0.14.1",
|
|
"express": "^4.21.2"
|
|
}
|
|
}
|