1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
budibase/packages/client/package.json

29 lines
769 B
JSON
Raw Normal View History

2019-06-08 01:18:10 +12:00
{
"name": "budibase-client-library",
"version": "0.0.1",
"description": "Client library for talking to budibase web server",
"main": "index.js",
"scripts": {
},
"keywords": [
"budibase"
],
"author": "Michael Shanks",
2019-06-14 21:05:46 +12:00
"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"
}
2019-06-08 01:18:10 +12:00
}