-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 971 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 971 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
37
38
{
"name": "live-test-plugin",
"version": "1.0.0",
"description": "Chrome extension",
"main": "index.js",
"scripts": {
"build": "webpack-cli & jest",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/u-pi/live-test-plugin.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/u-pi/live-test-plugin/issues"
},
"homepage": "https://github.com/u-pi/live-test-plugin#readme",
"dependencies": {
"@babel/polyfill": "^7.7.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"canvas": "^2.6.1",
"jest": "^24.9.0",
"jsdom": "^15.2.1",
"safe-string-literal": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-extension-reloader": "^1.1.4"
}
}