{ "name": "@budibase/server", "version": "0.0.27", "description": "Budibase Web Server", "main": "index.js", "scripts": { "test": "jest apps && jest builder", "build": "cd appPackages/_master && yarn && cd ../testApp && yarn && cd ../testApp2 && yarn", "initialise": "node ./initialise/initialiseBudibase init -d ./myapps -c contributors -u admin -p admin", "budi": "node ../cli/bin/budi", "dev:builder": "node index" }, "keywords": [ "budibase" ], "author": "Michael Shanks", "license": "AGPL-3.0-or-later", "dependencies": { "@budibase/client": "^0.0.27", "@budibase/core": "^0.0.27", "@koa/router": "^8.0.0", "fs-extra": "^8.1.0", "koa": "^2.7.0", "koa-body": "^4.1.0", "koa-send": "^5.0.0", "koa-session": "^5.12.0", "koa-static": "^5.0.0", "lodash": "^4.17.13", "shortid": "^2.2.15", "squirrelly": "^7.5.0", "tar-fs": "^2.0.0", "uuid": "^3.3.2", "yargs": "^13.2.4" }, "devDependencies": { "@jest/test-sequencer": "^24.8.0", "jest": "^24.8.0", "nodemon": "^2.0.2", "server-destroy": "^1.0.1", "supertest": "^4.0.2" }, "jest": { "testEnvironment": "node" }, "gitHead": "72a77a035eb7c1443b079bf93c29b3e5fe02094e" }