-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
40
41
42
43
44
{
"name": "devtools-detector",
"version": "2.0.22",
"description": "devtools-detector",
"main": "lib/devtools-detector.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"example": "http-server -o"
},
"repository": {
"type": "git",
"url": "https://github.com/AEPKILL/devtools-detector"
},
"keywords": [
"devtools-detect",
"devtools-detector"
],
"files": [
"lib"
],
"author": {
"name": "AEPKILL",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AEPKILL/devtools-detector/issues"
},
"homepage": "https://github.com/AEPKILL/devtools-detector#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"http-server": "^0.11.2",
"ts-loader": "^3.5.0",
"typescript": "^4.9.5",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^3.12.0"
},
"dependencies": {
"compare-versions": "^3.6.0"
},
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}