{
  "name": "natively",
  "version": "2.26.2",
  "description": "Natively SDK for building native-like web applications",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "natively-frontend.min.js",
    "dist"
  ],
  "package-name": "buildnatively/js-sdk#typescript_module",
  "scripts": {
    "build": "npm run build:webpack && npm run build:types && npm run build:module && npm run build:post",
    "build:types": "tsc --emitDeclarationOnly",
    "build:webpack": "webpack build",
    "build:module": "babel src --extensions \".ts\" --config-file ./babel.config.module.cjs --out-dir ./dist/",
    "build:post": "node postbuild.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buildnatively/js-sdk.git"
  },
  "keywords": [
    "natively",
    "mobile",
    "webview",
    "sdk",
    "ios",
    "android"
  ],
  "author": "Roman Furman",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/buildnatively/js-sdk/issues"
  },
  "homepage": "https://github.com/buildnatively/js-sdk#readme",
  "devDependencies": {
    "@babel/cli": "^7.25.9",
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-typescript": "^7.26.0",
    "babel-loader": "^9.2.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4"
  }
}
