rssssing/package.json
2023-07-22 21:05:15 -04:00

16 lines
264 B
JSON

{
"name": "rssssing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"setup": "mkdir out && cp -r default/* ."
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"node-fetch": "^3.3.1"
}
}