{
  "name": "aci-sdk",
  "version": "1.0.0",
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "typescript": "^3.7.2"
  },
  "author": "Quach Dai Khanh <khanhqd.neu@gmail.com>",
  "contributors": [
    "Nguyen Luong Bang <luongbang152@gmail.com>"
  ],
  "description": "ACheckin SDK",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "build": "yarn tsc",
    "prepack": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lekhanhtoan37/acheckin-sdk.git"
  },
  "keywords": [
    "acheckin",
    "react-sdk",
    "mini",
    "app"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lekhanhtoan37/acheckin-sdk/issues"
  },
  "homepage": "https://github.com/lekhanhtoan37/acheckin-sdk#readme"
}
