{
  "name": "nw-datasheet-analyzer",
  "version": "1.0.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "type": "module",
  "bin": {
    "nw-datasheet-analyzer": "dist/bin/nwAnalyzer.js"
  },
  "scripts": {
    "start": "node --loader ts-node/esm --no-warnings src/bin/nwAnalyzer.ts",
    "apidoc": "typedoc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepack": "tsc"
  },
  "author": "Martin Dreier",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/node": "^16.11.7",
    "ts": "^0.2.2",
    "ts-node": "^10.4.0",
    "typedoc": "^0.22.9",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "command-line-args": "^5.2.0",
    "command-line-usage": "^6.1.1",
    "handlebars": "^4.7.7",
    "jsonpath-plus": "^6.0.1",
    "node-fetch": "^3.1.0"
  }
}
