{
  "name": "vendor-name",
  "version": "0.0.1",
  "description": "",
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "scripts": {
    "test": "mocha",
    "prepare": "npm run build && git add . && git commit -m \"first commit\"",
    "build": "tsc && babel es --out-dir lib",
    "build:es": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maybewaityou/vendor-name.git"
  },
  "author": "MeePwn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maybewaityou/vendor-name/issues"
  },
  "homepage": "https://github.com/maybewaityou/vendor-name#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "chai": "^4.1.2",
    "mocha": "^4.0.1",
    "tslint": "^5.6.0",
    "typescript": "^2.4.2"
  },
  "dependencies": {}
}
