{
  "name": "mission.template",
  "version": "1.0.1",
  "description": "mission template for template engine",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://natarajanmca11@bitbucket.org/mission-io/mission.template.git"
  },
  "scripts": {
    "prebuild": "node_modules/.bin/rimraf lib",
    "lint": "tslint -p tsconfig.json",
    "build": "npm run lint && tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mission.io",
    "template"
  ],
  "author": {
    "name": "Natarajan Ganapathi",
    "email": "natarajanmca11@gmail.com",
    "url": "http://www.linkedin.com/in/natarajanganapathi"
  },
  "license": "MIT",
  "homepage": "https://bitbucket.org/mission-io/mission.template#readme",
  "dependencies": {
    "@types/bwip-js": "1.7.0",
    "@types/lodash": "4.14.138",
    "bwip-js": "1.7.3",
    "deasync": "0.1.15",
    "handlebars": "4.2.1",
    "lodash": "4.17.15"
  },
  "devDependencies": {
    "rimraf": "3.0.0",
    "tslint": "5.20.0",
    "typescript": "3.6.3"
  }
}
