{
  "name": "esoftplay",
  "version": "0.0.268-f404b7e",
  "description": "embedding data from esoftplay framework (web based) into mobile app",
  "main": "cache/index.js",
  "types": "../../index.d.ts",
  "trustedDependencies": [
    "esoftplay"
  ],
  "scripts": {
    "postinstall": "bun ./bin/build.js install",
    "test": "bun ./bin/build.js install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esoftplay/mobile.git"
  },
  "keywords": [
    "esoftplay-mobile-app",
    "esoftplay-react-native",
    "esoftplay-framework",
    "easy-file-routing",
    "oodd-react-native",
    "object-oriented-design-development"
  ],
  "author": "Esoftplay Inc. <info@esoftplay.com>",
  "contributors": [
    "Danang Widiantoro <danang@fisip.net>",
    "Munawar Kholil <kholil@fisip.net>"
  ],
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/esoftplay/mobile/issues"
  },
  "bin": {
    "esoftplay": "bin/cli.js"
  },
  "homepage": "https://github.com/esoftplay/mobile#readme"
}