-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.03 KB
/
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
35
36
37
38
39
{
"name": "chrome-extension-injector",
"version": "1.0.0",
"description": "just another master branch",
"main": "extension",
"private": "true",
"scripts": {
"dev": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github-on-steroids/chrome-extension-injector.git"
},
"keywords": [],
"author": "anikethsaha",
"license": "ISC",
"bugs": {
"url": "https://github.com/github-on-steroids/chrome-extension-injector/issues"
},
"devDependencies": {
"@types/jquery": "^3.5.0",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.7",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.1",
"ttf-loader": "^1.0.2",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"homepage": "https://github.com/github-on-steroids/chrome-extension-injector#readme",
"dependencies": {
"jquery": "^3.5.1",
"monaco-editor": "^0.20.0"
}
}