{
  "name": "node-duckduckgo",
  "version": "2.0.18",
  "description": "DuckDuckGo client for node",
  "main": "lib/index.js",
  "typings": "lib/index",
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "package.json",
    "Readme.md",
    "LICENSE"
  ],
  "scripts": {
    "lib": "nss-run lib",
    "test": "nss-run test",
    "lint": "nss-run lib:lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/franckLdx/node-duckduckgo.git"
  },
  "keywords": [
    "node",
    "typescript",
    "javascript",
    "duckduckgo"
  ],
  "authors": "FranckLdx (https://github.com/franckLdx)",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/franckLdx/grunt-swapi2json/blob/master/LICENSE-MIT"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/franckLdx/node-duckduckgo/issues"
  },
  "homepage": "https://github.com/franckLdx/node-duckduckgo#readme",
  "devDependencies": {
    "@types/chai": "4.3.3",
    "@types/mocha": "10.0.0",
    "chai": "4.3.6",
    "del": "7.0.0",
    "mocha": "10.1.0",
    "nss-run": "^0.3.2",
    "shelljs": "^0.8.5",
    "ts-node": "10.9.1",
    "tslint": "6.1.3",
    "tslint-clean-code": "^0.2.10",
    "typescript": "4.8.4"
  },
  "dependencies": {
    "axios": "0.21.1"
  },
  "nyc": {
    "include": [
      "src/**/*.ts",
      "src/**/*.js"
    ],
    "extension": [
      ".ts",
      ".js"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  }
}
