{
  "name": "code-narrator",
  "version": "1.0.17",
  "description": "Uses OpenAI to generate documentation for your source code, as well create HowTo, FAQ, Tutorial and other custom pages. Code-narrator documents it self and should be a validation of the documentation working, similar to a compiler compiling it self. Configuration code-narrator.config.js file is created on first run and sets the configuration for your project, such as project path, doc, documentation type and more. The package can be install using 'npm i code-narrator -D'. code-narrator is code language, linguistic & framework neutral. It keeps your documentation always up to date",
  "keywords": [
    "documentation",
    "openai",
    "autodoc",
    "gpt4"
  ],
  "homepage": "https://github.com/ingig/code-narrator",
  "bugs": {
    "url": "https://github.com/ingig/code-narrator/issues"
  },
  "repository": {
    "url": "https://github.com/ingig/code-narrator"
  },
  "bin": {
    "code-narrator-cli": "./dist/src/cli.js"
  },
  "readme": "./docs/ReadMe.md",
  "scripts": {
    "compile": "tsc",
    "build": "npm run compile && gulp",
    "start": "npx ts-node .\\src\\cli.ts"
  },
  "author": "Ingi Gauti Ragnarsson @ingig",
  "license": "ISC",
  "main": "./dist/src/App.js",
  "types": "./dist/App.d.ts",
  "files": [
    "./dist"
  ],
  "dependencies": {
    "@types/jsonpath": "^0.2.0",
    "@types/multimatch": "^4.0.0",
    "asynckit": "^0.4.0",
    "axios": "^0.26.1",
    "combined-stream": "^1.0.8",
    "delayed-stream": "^1.0.0",
    "dotenv": "^16.0.3",
    "extract-json-from-string": "^1.0.1",
    "fast-glob": "^3.2.12",
    "follow-redirects": "^1.15.2",
    "form-data": "^4.0.0",
    "fs-extra": "^11.1.1",
    "gulp-sourcemaps": "^3.0.0",
    "ignore": "^5.2.4",
    "jsonpath": "^1.1.1",
    "liquidjs": "^10.7.0",
    "mime-db": "^1.52.0",
    "mime-types": "^2.1.35",
    "multimatch": "^6.0.0",
    "openai": "^3.1.0",
    "yargs": "^17.7.1"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.21.0",
    "@jest/globals": "^29.5.0",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.11.19",
    "gulp": "^4.0.2",
    "gulp-copy": "^4.0.1",
    "gulp-typescript": "^6.0.0-alpha.1",
    "jest": "^29.4.2",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  }
}
