1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
budibase/packages/datastores/package.json
Michael Shanks c3fa212b31
Lots of poking around to get apps to run, plux fixing tests (#92)
ixing broken tests on client
typo in buildPage.js
fixing some server tests
local datastore uses fs-extra remove, not rmdir
client - loadBudibase - no longer destructuring arg
updated publishdev script for client (reads apps)
prettier fix
some little bug fixes
bugfix - set screens to empty array when falsy
typo in template page.json
replaced "Shard Factor" for "Estimated Count"
2020-02-12 12:45:24 +00:00

40 lines
1.1 KiB
JSON

{
"name": "@budibase/datastores",
"version": "0.0.16",
"description": "implementations of all the datastores... azureblob, local etc",
"main": "index.js",
"scripts": {
"memory": "npx babel-node index.js memory",
"local": "npx babel-node index.js local",
"azure": "npx babel-node index.js azure"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/budibase-source/budibase-datastores.git"
},
"keywords": [
"budibase"
],
"author": "Michael Shanks",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/budibase-source/budibase-datastores/issues"
},
"homepage": "https://gitlab.com/budibase-source/budibase-datastores#README",
"dependencies": {
"@azure/storage-blob": "^10.1.0-preview",
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@budibase/core": "^0.0.16",
"es6-promisify": "^6.0.1",
"fs-extra": "^8.1.0",
"lodash": "^4.17.13",
"p-limit": "^2.0.0",
"papaparse": "^4.6.1",
"rimraf": "^2.6.2"
},
"gitHead": "115189f72a850bfb52b65ec61d932531bf327072"
}