{ "name": "wappalyzer", "description": "Identify technology on websites", "keywords": [ "analyze", "identify", "detect", "detector", "technology", "cms", "framework", "library", "software" ], "homepage": "https://www.wappalyzer.com", "version": "6.2.6", "author": "Wappalyzer", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aliasio/wappalyzer" }, "funding": { "url": "https://github.com/sponsors/aliasio" }, "main": "driver.js", "files": [ "apps.json", "cli.js", "driver.js", "index.js", "wappalyzer.js" ], "bin": { "wappalyzer": "./cli.js" }, "dependencies": { "puppeteer": "^5.2.1" } }