1
0
Fork 0
mirror of synced 2024-09-06 12:41:24 +12:00
budibase/packages/core/dist/package.json
2019-09-10 04:37:54 +01:00

23 lines
503 B
JSON

{
"name": "budibase-core",
"version": "1.0.0",
"description": "",
"main": "budibase-core.umd.js",
"module": "budibase-core.esm.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"budibase"
],
"author": "Michael Shanks",
"license": "MPL-2.0",
"dependencies": {
"@nx-js/compiler-util": "^2.0.0",
"date-fns": "^1.29.0",
"lodash": "^4.17.13",
"lunr": "^2.3.5",
"safe-buffer": "^5.1.2",
"shortid": "^2.2.8"
}
}