mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "CaptainsIntent",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "handler.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cheerio": "^0.22.0",
|
|
"get-stdin": "^5.0.1",
|
|
"request": "^2.79.0"
|
|
}
|
|
}
|