{
  "name": "node2faas",
  "version": "0.2.14",
  "description": "Module to convert node.js apps into faas based node.js apps",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Leonardo Rebouças de Carvalho",
  "bin": {
    "node2faas": "index.js"
  },
  "license": "ISC",
  "dependencies": {
    "adm-zip": "^0.4.13",
    "shelljs": "^0.8.4"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1"
  }
}
