forked from AEPKILL/devtools-detector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1003 Bytes
/
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
{
"name": "devtools-detector",
"version": "2.0.6",
"description": "devtools-detector",
"main": "lib/devtools-detector.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "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.1",
"ts-loader": "^3.5.0",
"typescript": "^4.2.4",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^3.12.0"
},
"dependencies": {
"compare-versions": "^3.6.0"
}
}