{
  "name": "wappalyzer-wrapper",
  "version": "4.4.7",
  "description": "Convenience wrapper around wappalyzer library",
  "main": "lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/Woorank/wappalyzer-wrapper"
  },
  "scripts": {
    "test": "npm run lint && nyc npm run mocha",
    "debug-test": "npm run mocha -- --inspect-brk=9229",
    "mocha": "mocha -R spec ./test",
    "watch:mocha": "npm run mocha -- -w",
    "lint": "semistandard --verbose | snazzy",
    "fix": "semistandard --fix",
    "version": "echo $npm_package_version",
    "apps": "node -e 'require(\"./technologiesIds\").getAppsIds()'",
    "categories": "node -e 'require(\"./technologiesIds\").getCategoriesIds()'",
    "update-definitions": "node -e \"console.log(JSON.stringify(require('wappalyzer/technologies'), null, 2))\" > ./lib/wappalyzer-apps.json",
    "optimize-icons": "optipng lib/tech-icons/*"
  },
  "author": "WooRank sprl",
  "homepage": "https://github.com/Woorank/wappalyzer-wrapper",
  "license": "ISC",
  "dependencies": {
    "wappalyzer-core": "^6.7.9"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "express": "^4.17.1",
    "mocha": "^7.2.0",
    "nyc": "^15.0.1",
    "optipng-bin": "^7.0.0",
    "semistandard": "^14.2.0",
    "snazzy": "^8.0.0",
    "wappalyzer": "^6.7.9"
  }
}
