15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"name": "fetch-with-node",
|
|
"version": "1.0.0",
|
|
"description": "simple tool to run fetch commands with nodejs since its bugging out on python",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Eir",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.6"
|
|
}
|
|
}
|