{
  "name": "gitthub",
  "version": "1.0.0",
  "description": "",
  "main": "runner.js",
  "dependencies": {
    "dotenv": "10.0.0",
    "@splitsoftware/splitio": "^10.15.8",
    "typescript": "^4.3.5"
  },
  "devDependencies": {
    "@types/node": "^16.3.2"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "./node_modules/typescript/bin/tsc --build ./tsconfig.json",
    "go": "node ./src/runner.js",
    "compile:run": "npm run compile && npm run go",
    "clean": "rm ./src/*.js && rm -rf node_modules"
  },
  "author": "mach10",
  "license": "ISC"
}
