{
  "name": "-",
  "version": "0.0.1",
  "license": "UNLICENSED",
  "keywords": [],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node --require ts-node/register src",
    "build": "tsc"
  },
  "devDependencies": {
    "@types/node": "13.9.0",
    "ts-node": "8.6.2",
    "typescript": "3.8.3"
  }
}