devtools-detector-pro
Version:
`npm install devtools-detector-pro --save`
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "devtools-detector-pro",
"version": "1.1.3",
"description": "`npm install devtools-detector-pro --save`",
"main": "lib/devtools-detector.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"example": "http-server -o"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suplo-dev/devtools-detector.git"
},
"keywords": [
"devtools-detect",
"devtools-detector"
],
"files": [
"lib"
],
"author": "suplo-dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/suplo-dev/devtools-detector/issues"
},
"homepage": "https://github.com/suplo-dev/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"
},
"directories": {
"example": "example",
"lib": "lib"
}
}