-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 912 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}
}