lowdefy/packages/build/package.json
2024-12-06 15:15:46 +00:00

107 lines
3.0 KiB
JSON

{
"name": "@lowdefy/build",
"version": "4.4.0",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
"keywords": [
"lowdefy"
],
"bugs": {
"url": "https://github.com/lowdefy/lowdefy/issues"
},
"contributors": [
{
"name": "Sam Tolmay",
"url": "https://github.com/SamTolmay"
},
{
"name": "Gerrie van Wyk",
"url": "https://github.com/Gervwyk"
},
{
"name": "Johann Möller",
"url": "https://github.com/JohannMoller"
},
{
"name": "Sandile Memela",
"url": "https://github.com/sah-memela"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lowdefy/lowdefy.git"
},
"type": "module",
"bin": {
"lowdefy-build": "./dist/scripts/run.js"
},
"exports": {
".": "./dist/index.js",
"./buildTestPage": "./dist/build/buildPages/buildTestPage.js"
},
"files": [
"dist/*"
],
"scripts": {
"build": "swc src --out-dir dist --config-file ../../.swcrc --delete-dir-on-start && node dist/scripts/generateDefaultTypes.js",
"clean": "rm -rf dist",
"prepublishOnly": "pnpm build",
"start": "node dist/scripts/run.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@lowdefy/ajv": "4.4.0",
"@lowdefy/blocks-basic": "4.4.0",
"@lowdefy/blocks-loaders": "4.4.0",
"@lowdefy/helpers": "4.4.0",
"@lowdefy/node-utils": "4.4.0",
"@lowdefy/nunjucks": "4.4.0",
"@lowdefy/operators": "4.4.0",
"@lowdefy/operators-js": "4.4.0",
"ajv": "8.12.0",
"json5": "2.2.3",
"yaml": "2.3.4",
"yargs": "17.7.2"
},
"devDependencies": {
"@jest/globals": "28.1.3",
"@lowdefy/actions-core": "4.4.0",
"@lowdefy/actions-pdf-make": "4.4.0",
"@lowdefy/blocks-aggrid": "4.4.0",
"@lowdefy/blocks-algolia": "4.4.0",
"@lowdefy/blocks-antd": "4.4.0",
"@lowdefy/blocks-color-selectors": "4.4.0",
"@lowdefy/blocks-echarts": "4.4.0",
"@lowdefy/blocks-google-maps": "4.4.0",
"@lowdefy/blocks-markdown": "4.4.0",
"@lowdefy/blocks-qr": "4.4.0",
"@lowdefy/connection-axios-http": "4.4.0",
"@lowdefy/connection-elasticsearch": "4.4.0",
"@lowdefy/connection-google-sheets": "4.4.0",
"@lowdefy/connection-knex": "4.4.0",
"@lowdefy/connection-mongodb": "4.4.0",
"@lowdefy/connection-redis": "4.4.0",
"@lowdefy/connection-sendgrid": "4.4.0",
"@lowdefy/connection-stripe": "4.4.0",
"@lowdefy/operators-change-case": "4.4.0",
"@lowdefy/operators-diff": "4.4.0",
"@lowdefy/operators-moment": "4.4.0",
"@lowdefy/operators-mql": "4.4.0",
"@lowdefy/operators-nunjucks": "4.4.0",
"@lowdefy/operators-uuid": "4.4.0",
"@lowdefy/operators-yaml": "4.4.0",
"@lowdefy/plugin-auth0": "4.4.0",
"@lowdefy/plugin-aws": "4.4.0",
"@lowdefy/plugin-csv": "4.4.0",
"@lowdefy/plugin-next-auth": "4.4.0",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.99",
"@swc/jest": "0.2.29",
"jest": "28.1.3"
},
"publishConfig": {
"access": "public"
}
}