fin
Version:
Developer CLI for Fin. Fin is the easiest way to launch your own SaaS.
58 lines (57 loc) • 1.29 kB
JSON
{
"name": "fin",
"version": "1.1.3",
"description": "Developer CLI for Fin. Fin is the easiest way to launch your own SaaS.",
"main": "index.js",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"repository": "functional-income/fin",
"license": "MIT",
"bin": {
"fin": "lib/cli.js"
},
"scripts": {
"docs": "update-markdown-usage",
"test": "standard"
},
"engines": {
"node": ">=8"
},
"keywords": [
"faas",
"saas",
"lambda",
"serverless",
"deploy",
"fin",
"fts"
],
"devDependencies": {
"ava": "^2.2.0",
"standard": "^13.1.0",
"update-markdown-usage": "^1.0.5"
},
"dependencies": {
"ajv": "^6.10.2",
"clipboardy": "^2.1.0",
"commander": "^2.20.0",
"conf": "^4.0.0",
"credit-card": "^3.0.2",
"enquirer": "^2.3.0",
"fast-stream-to-buffer": "^1.0.0",
"fin-client": "^1.1.3",
"fin-utils": "^0.0.2",
"fs-extra": "^8.1.0",
"fts": "^1.1.1",
"fts-http": "^1.1.2",
"fts-http-client": "^1.1.1",
"globby": "^10.0.1",
"is-directory": "^0.3.1",
"ora": "^3.4.0",
"p-map": "^3.0.0",
"pluralize": "^8.0.0",
"stripe": "^7.6.0",
"tempy": "^0.3.0",
"yazl": "^2.5.1"
},
"gitHead": "58d1782d6da8075d4db86f6c64f16af116a32fe5"
}