{
  "name": "begin-functions-app",
  "version": "1.0.0",
  "description": "Test app for functions",
  "scripts": {
    "init": "npm i && cd src/html/get-index && npm i --production",
    "lint": "eslint src --ignore-pattern node_modules --fix",
    "test": "NODE_ENV=testing tape test/*-test.js | tap-spec",
    "start": "NODE_ENV=testing begin-functions-sandbox"
  },
  "dependencies": {
    "@begin-functions/sandbox": "^1.0.4",
    "eslint": "^4.19.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.9.0",
    "tiny-json-http": "^7.0.0"
  }
}
