UNPKG

@openfaas/faas-cli

Version:
36 lines (35 loc) 810 B
{ "name": "@openfaas/faas-cli", "version": "0.13.5-1", "description": "OpenFaaS CLI", "main": "index.js", "bin": { "faas": "./cli.js", "faas-cli": "./cli.js" }, "scripts": { "test": "mocha \"./test.js\"", "test:install": "mocha \"./test-install.js\"", "postinstall": "node -e 'require(\"./install.js\").init()'" }, "repository": { "type": "git", "url": "git+https://github.com/openfaas/faas-cli.git" }, "keywords": [ "openfaas", "serverless" ], "author": "OpenFaaS Ltd", "license": "MIT", "bugs": { "url": "https://github.com/openfaas/faas-cli/issues" }, "homepage": "https://github.com/openfaas/faas-cli#readme", "dependencies": { "axios": ">=0.21.1", "delete": "^1.1.0", "mkdirp": ">=1.0.4", "mocha": "^8.3.0" } }