{
  "name": "serverless-env-vars",
  "version": "0.9.0",
  "description": "Run your node scripts with the same variables loaded by serverless",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": "lib/cli.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TylorS/serverless-env-vars.git"
  },
  "bugs": {
    "url": "https://github.com/TylorS/serverless-env-vars/issues"
  },
  "homepage": "https://github.com/TylorS/serverless-env-vars#readme",
  "scripts": {
    "build": "tsc",
    "watch": "npm run build -- --watch",
    "test": "concurrently 'npm:lint' 'npm:unit-test'",
    "unit-test": "echo 'No tests, yet!'",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
    "precommit": "lint-staged",
    "preversion": "npm test && npm run build",
    "postversion": "npm publish --access=public"
  },
  "keywords": [
    "Serverless",
    "environment",
    "variables"
  ],
  "author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chokidar": "^3.5.3",
    "yargs": "^16.2.0"
  },
  "peerDependencies": {
    "serverless": "^3.7.2"
  },
  "devDependencies": {
    "@types/node": "^14.18.63",
    "@types/serverless": "^3.12.18",
    "@types/yargs": "^16.0.9",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "concurrently": "^6.5.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.10.0",
    "eslint-import-resolver-custom-alias": "^1.3.2",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^5.2.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.8.8",
    "rimraf": "^3.0.2",
    "serverless": "^3.38.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  }
}
