2019-06-07 15:18:10 +02:00
|
|
|
{
|
2019-09-10 07:00:19 +02:00
|
|
|
"name": "@budibase/server",
|
2020-04-06 10:26:13 +02:00
|
|
|
"version": "0.0.32",
|
2019-07-16 23:14:57 +02:00
|
|
|
"description": "Budibase Web Server",
|
2019-06-07 15:18:10 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-02-25 19:13:46 +01:00
|
|
|
"test": "jest apps && jest builder",
|
2020-04-13 18:08:53 +02:00
|
|
|
"test:integration": "jest neo --runInBand",
|
2020-04-08 17:57:27 +02:00
|
|
|
"test:watch": "jest -w",
|
2019-09-12 22:44:16 +02:00
|
|
|
"build": "cd appPackages/_master && yarn && cd ../testApp && yarn && cd ../testApp2 && yarn",
|
2019-11-23 08:28:24 +01:00
|
|
|
"initialise": "node ./initialise/initialiseBudibase init -d ./myapps -c contributors -u admin -p admin",
|
|
|
|
"budi": "node ../cli/bin/budi",
|
2020-03-24 11:58:15 +01:00
|
|
|
"dev:builder": "node index --enable-source-maps"
|
2019-06-07 15:18:10 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"budibase"
|
|
|
|
],
|
|
|
|
"author": "Michael Shanks",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2020-04-06 10:26:13 +02:00
|
|
|
"@budibase/client": "^0.0.32",
|
|
|
|
"@budibase/core": "^0.0.32",
|
2019-06-28 23:59:27 +02:00
|
|
|
"@koa/router": "^8.0.0",
|
2020-04-23 15:37:08 +02:00
|
|
|
"bcryptjs": "^2.4.3",
|
2019-07-26 18:08:59 +02:00
|
|
|
"fs-extra": "^8.1.0",
|
2020-04-23 15:37:08 +02:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2019-06-14 11:05:46 +02:00
|
|
|
"koa": "^2.7.0",
|
2019-06-28 23:59:27 +02:00
|
|
|
"koa-body": "^4.1.0",
|
2020-04-07 16:12:08 +02:00
|
|
|
"koa-logger": "^3.2.1",
|
2019-07-16 23:14:57 +02:00
|
|
|
"koa-send": "^5.0.0",
|
2019-07-18 09:05:16 +02:00
|
|
|
"koa-session": "^5.12.0",
|
2019-07-16 23:14:57 +02:00
|
|
|
"koa-static": "^5.0.0",
|
2019-07-21 10:54:19 +02:00
|
|
|
"lodash": "^4.17.13",
|
2020-04-23 15:37:08 +02:00
|
|
|
"pouchdb": "^7.2.1",
|
2019-09-06 14:04:23 +02:00
|
|
|
"squirrelly": "^7.5.0",
|
2019-06-28 23:59:27 +02:00
|
|
|
"tar-fs": "^2.0.0",
|
|
|
|
"uuid": "^3.3.2",
|
2019-06-07 15:18:10 +02:00
|
|
|
"yargs": "^13.2.4"
|
2019-06-14 11:05:46 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@jest/test-sequencer": "^24.8.0",
|
2019-06-14 18:01:01 +02:00
|
|
|
"jest": "^24.8.0",
|
2020-01-24 17:31:53 +01:00
|
|
|
"nodemon": "^2.0.2",
|
2019-06-14 11:05:46 +02:00
|
|
|
"server-destroy": "^1.0.1",
|
|
|
|
"supertest": "^4.0.2"
|
2019-06-19 23:05:53 +02:00
|
|
|
},
|
2019-06-25 23:48:22 +02:00
|
|
|
"jest": {
|
2019-06-19 23:05:53 +02:00
|
|
|
"testEnvironment": "node"
|
2019-10-11 19:48:09 +02:00
|
|
|
},
|
2020-04-06 10:30:58 +02:00
|
|
|
"gitHead": "b1f4f90927d9e494e513220ef060af28d2d42455"
|
2019-06-07 15:18:10 +02:00
|
|
|
}
|