{
  "name": "@saltcorn/mobile-builder",
  "description": "plugin to to build a mobile app from a tenant application",
  "homepage": "https://saltcorn.com",
  "repository": "github:saltcorn/saltcorn",
  "version": "1.6.1",
  "author": "Christian Hugo",
  "scripts": {
    "test": "jest ./tests/ --runInBand",
    "build": "webpack --mode development"
  },
  "dependencies": {
    "@saltcorn/markup": "1.6.1",
    "@saltcorn/data": "1.6.1",
    "@saltcorn/db-common": "1.6.1",
    "@saltcorn/server": "1.6.1",
    "@saltcorn/base-plugin": "1.6.1",
    "@saltcorn/sbadmin2": "1.6.1",
    "@saltcorn/mobile-app": "1.6.1",
    "fs-extra": "^11.3.3",
    "live-plugin-manager": "^1.0.0",
    "resize-with-sharp-or-jimp": "0.1.9",
    "webpack-merge": "^6.0.1",
    "webpack": "5.97.1",
    "webpack-cli": "6.0.1",
    "xml2js": "0.6.2"
  },
  "devDependencies": {
    "@types/node": "^20.14.7",
    "@types/fs-extra": "^11.0.4",
    "@types/xml2js": "0.4.14",
    "jest": "29.7.0",
    "ts-jest": "^29.2.5",
    "@types/jest": "^29.5.14"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "modulePathIgnorePatterns": [
      ".*\\.js$"
    ],
    "moduleNameMapper": {
      "@saltcorn/sqlite/(.*)": "<rootDir>/../sqlite/dist/$1",
      "@saltcorn/db-common/(.*)": "<rootDir>/../db-common/dist/$1",
      "@saltcorn/data/(.*)": "<rootDir>/../saltcorn-data/dist/$1",
      "@saltcorn/types/(.*)": "<rootDir>/../saltcorn-types/dist/$1"
    }
  },
  "main": "./dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js"
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/*"
      ]
    }
  },
  "files": [
    "/dist",
    "/docker",
    "webpack.config.js",
    "!dist/tsconfig.ref.tsbuildinfo"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}