faifood/package.json

17 lines
301 B
JSON
Raw Normal View History

2022-11-08 09:32:13 +01:00
{
"name": "faicli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^3.2.10"
}
}