{ "name": "@budibase/server", "version": "0.0.5", "description": "Budibase Web Server", "main": "index.js", "scripts": { "test": "jest", "build": "cd appPackages/_master && yarn && cd ../testApp && yarn && cd ../testApp2 && yarn", "initialise": "node initialise/initialiseBudibase --datastore local --username admin --password admin --rootPath .data --cleanDev", "dev:builder": "node index" }, "keywords": [ "budibase" ], "author": "Michael Shanks", "license": "AGPL-3.0-or-later", "dependencies": { "@budibase/core": "^0.0.5", "@koa/router": "^8.0.0", "argon2": "^0.23.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", "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", "server-destroy": "^1.0.1", "supertest": "^4.0.2" }, "jest": { "testEnvironment": "node" } }