{
  "name": "@prototype/common",
  "description": "common package that share utility and constants across package",
  "version": "0.0.0-alpha.0",
  "license": "MIT-0",
  "private": true,
  "author": "Amazon Web Services - ASEAN Prototying",
  "homepage": "https://github.com/aws-samples/aws-last-mile-delivery-hyperlocal",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-samples/aws-last-mile-delivery-hyperlocal"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "directories": {
    "lib": "dist",
    "test": "test"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc --project tsconfig.json",
    "watch": "yarn build --watch",
    "test": "jest"
  }
}
