{
  "name": "@avsankit/pmt",
  "version": "0.0.4",
  "description": "",
  "main": "./lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "fmt": "prettier --write ./**/*.js"
  },
  "bin": {
    "pmt": "bin/pmt.js"
  },
  "preferGlobal": true,
  "author": "Ankit Bahuguna",
  "license": "ISC",
  "dependencies": {
    "prettier": "^1.15.2"
  }
}
