{
  "name": "fk-games-sdk",
  "version": "0.0.1-alpha.34",
  "description": "SDK to allow external parties to start developing games within webview at Flipkart",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "sh scripts/build-all.sh",
    "release": "sh scripts/release.sh",
    "watch:container": "npm run watch -- --outDir ../GamesContainer/node_modules/fk-games-sdk/dist/",
    "clean": "sh scripts/clean.sh",
    "watch": "rm -rf dist/ && tsc -w --skipLibCheck",
    "prepublishOnly": "npm run clean && npm run build && npm run deploy",
    "postpublish": "git push origin && git push --tags",
    "deploy": "sh scripts/deploy.sh"
  },
  "keywords": [
    "games",
    "Flipkart",
    "webview",
    "postMessage"
  ],
  "author": "muskeinsingh <muskeinsingh93@gmail.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "8.0.33",
    "babel-core": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-preset-env": "1.6.1",
    "compression-webpack-plugin": "1.1.0",
    "tslint": "5.10.0",
    "typescript": "2.9.2",
    "webpack": "3.10.0"
  }
}
