faifood/package.json

19 lines
289 B
JSON
Raw Normal View History

2022-11-08 09:32:13 +01:00
{
2022-11-08 15:47:18 +01:00
"name": "faifood",
2022-11-08 09:32:13 +01:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2022-11-08 15:47:18 +01:00
"start": "node index.mjs"
2022-11-08 09:32:13 +01:00
},
2022-11-08 15:47:18 +01:00
"bin": {
"faifood": "index.mjs"
2022-11-08 15:47:18 +01:00
},
2022-11-08 09:32:13 +01:00
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^3.2.10"
}
}