UNPKG

devtools-detector

Version:
43 lines 983 B
{ "name": "devtools-detector", "version": "2.0.23", "description": "devtools-detector", "main": "lib/devtools-detector.js", "typings": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/AEPKILL/devtools-detector" }, "keywords": [ "devtools-detect", "devtools-detector" ], "files": [ "lib" ], "author": { "name": "AEPKILL", "email": "a@aepkill.com" }, "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" }, "scripts": { "build": "webpack", "dev": "webpack --watch", "example": "http-server -o" } }