52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@budibase/server",
|
|
"version": "0.0.32",
|
|
"description": "Budibase Web Server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest apps && jest builder",
|
|
"test:integration": "jest neo --runInBand",
|
|
"test:watch": "jest -w",
|
|
"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 --enable-source-maps"
|
|
},
|
|
"keywords": [
|
|
"budibase"
|
|
],
|
|
"author": "Michael Shanks",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@budibase/client": "^0.0.32",
|
|
"@budibase/core": "^0.0.32",
|
|
"@koa/router": "^8.0.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"fs-extra": "^8.1.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa": "^2.7.0",
|
|
"koa-body": "^4.1.0",
|
|
"koa-logger": "^3.2.1",
|
|
"koa-send": "^5.0.0",
|
|
"koa-session": "^5.12.0",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "^4.17.13",
|
|
"pouchdb": "^7.2.1",
|
|
"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": "b1f4f90927d9e494e513220ef060af28d2d42455"
|
|
}
|