1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00
budibase/packages/datastores/package.json
michael shanks 2fc0bc7156 mono repo
2019-06-07 14:18:10 +01:00

38 lines
1.1 KiB
JSON

{
"name": "budibase-datastores",
"version": "1.0.0",
"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": "git+ssh://git@gitlab.com/budibase-dist/budibase-core.git",
"es6-promisify": "^6.0.1",
"lodash": "^4.17.11",
"p-limit": "^2.0.0",
"papaparse": "^4.6.1",
"rimraf": "^2.6.2"
}
}