{
  "name": "@shoplinedev/appbridge",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "build": "father build --cjs",
    "build-public": "father build --cjs",
    "test": "father test",
    "compile": "tsc",
    "lint": "eslint"
  },
  "keywords": [
    "SHOPLINE",
    "appbridge"
  ],
  "author": "SHOPLINE",
  "license": "ISC",
  "devDependencies": {
    "eslint": "^8.23.1",
    "father": "^2.30.13",
    "js-base64": "^3.7.2"
  },
  "dependencies": {
    "query-string": "^6.13.7"
  }
}
