-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 957 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 957 Bytes
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
{
"name": "pin-github",
"version": "1.0.0",
"description": "A Chrome extension which pins the additional options when creating PR or Issue",
"scripts": {
"start": "webpack --mode development",
"build": "webpack",
"test": "jest --env=jsdom",
"tsc": "./node_modules/typescript/bin/tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YeThor/Pin-Github.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/YeThor/Pin-Github/issues"
},
"homepage": "https://github.com/YeThor/Pin-Github#readme",
"dependencies": {
"materialize-css": "^1.0.0-rc.2",
"rxjs": "^6.5.2",
"typescript": "^3.5.2",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5"
},
"devDependencies": {
"@types/chrome": "0.0.86",
"@types/jest": "^24.0.15",
"@types/materialize-css": "^1.0.6",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.4"
}
}