{ "name": "monitor-your-shit", "description": "monitoring", "version": "1.0.0", "main": "index.js", "author": "kieran.bond, ted.shaughnessy", "license": "MIT", "repository": { "type": "git", "url": "git+/~https://github.com/KieranBond/monitor-your-shit.git" }, "scripts": { "build": "rollup -c --file dist/bundle.js" }, "dependencies": { "octokit": "^1.1.0" }, "devDependencies": { "@babel/core": "^7.14.6", "@octokit/types": "^6.16.5", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@types/chrome": "0.0.145", "rollup": "^2.52.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.30.0", "ts-loader": "8.3.0", "typescript": "^4.3.4", "webpack": "^5.40.0", "webpack-cli": "^4.7.2" } }