{ "name": "budibase-client-library", "version": "0.0.1", "description": "Client library for talking to budibase web server", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "budibase" ], "author": "Michael Shanks", "license": "MPL-2.0", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.5", "babel-jest": "^23.6.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "cross-env": "^5.1.4", "jest": "^24.8.0", "regenerator-runtime": "^0.11.1", "rollup": "^1.12.0", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-local-resolve": "^1.0.7", "rollup-plugin-node-resolve": "^5.0.0" } }