2019-06-07 15:18:10 +02:00
|
|
|
{
|
2019-09-10 07:00:19 +02:00
|
|
|
"name": "@budibase/server",
|
2019-10-11 19:45:26 +02:00
|
|
|
"version": "0.0.4",
|
2019-07-16 23:14:57 +02:00
|
|
|
"description": "Budibase Web Server",
|
2019-06-07 15:18:10 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-09-10 07:00:19 +02:00
|
|
|
"test": "jest",
|
2019-09-12 22:44:16 +02:00
|
|
|
"build": "cd appPackages/_master && yarn && cd ../testApp && yarn && cd ../testApp2 && yarn",
|
2019-09-10 12:48:00 +02:00
|
|
|
"initialise": "node initialise/initialiseBudibase --datastore local --username admin --password admin --rootPath .data --cleanDev",
|
|
|
|
"dev:builder": "node index"
|
2019-06-07 15:18:10 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"budibase"
|
|
|
|
],
|
|
|
|
"author": "Michael Shanks",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2019-10-11 19:45:26 +02:00
|
|
|
"@budibase/core": "^0.0.4",
|
2019-06-28 23:59:27 +02:00
|
|
|
"@koa/router": "^8.0.0",
|
2019-06-07 15:18:10 +02:00
|
|
|
"argon2": "^0.23.0",
|
2019-07-26 18:08:59 +02:00
|
|
|
"fs-extra": "^8.1.0",
|
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",
|
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",
|
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",
|
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-06-07 15:18:10 +02:00
|
|
|
}
|
|
|
|
}
|