-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 829 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
{
"name": "matman-devtools-extensions",
"version": "1.2.1",
"private": false,
"scripts": {
"build": "cross-env RUN_NPM_INSTALL=npm node chrome/build.js",
"build:uninstall": "node chrome/build.js",
"build:chrome": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matmanjs/matman-devtools-extensions.git"
},
"keywords": [
"matman",
"devtool",
"e2e"
],
"author": "helinjiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/matmanjs/matman-devtools-extensions/issues"
},
"homepage": "https://github.com/matmanjs/matman-devtools-extensions#readme",
"dependencies": {
"fs-extra": "^9.0.1",
"shelljs": "^0.8.4"
},
"devDependencies": {
"compressing": "^1.5.1",
"cross-env": "^7.0.2",
"crx": "^5.0.1"
}
}