{
  "name": "npm-dts",
  "version": "1.3.13",
  "description": "Simple DTS single-file generation utility for TypeScript bundles",
  "main": "dist/index.js",
  "bin": {
    "npm-dts": "cli.js"
  },
  "scripts": {
    "prepublishOnly": "npm run lint && npm run build && npm run fix && npm run test && npm run docs && npm run dts",
    "test": "jest --forceExit --detectOpenHandles",
    "testSync": "jest --runInBand --forceExit --detectOpenHandles",
    "lint": "tslint -c ./tslint.json -p ./tsconfig.json -t stylish ./lib/**/*.ts",
    "build": "webpack",
    "buildDev": "webpack --config webpack.config.dev.js",
    "docs": "typedoc --out ./docs --readme ./README.md --exclude **/*.test.* --excludePrivate --excludeProtected --excludeExternals --darkHighlightTheme dark-plus --hideGenerator ./index.ts",
    "dts": "npm run exec",
    "exec": "node ./cli.js generate",
    "fix": "node ./scripts/fixCliLineEndings.js"
  },
  "homepage": "https://github.com/vytenisu/npm-dts",
  "bugs": {
    "url": "https://github.com/vytenisu/npm-dts/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vytenisu/npm-dts.git"
  },
  "keywords": [
    "NPM",
    "dts",
    "cli",
    "package",
    "ts",
    "TypeScript",
    "tsc",
    "index.d.ts",
    "single",
    "file",
    "bundle",
    "concatenate",
    "simple",
    "auto",
    "generator",
    "vytenis",
    "urbonavicius",
    "vytenisu",
    "WhiteTurbine",
    "Whitend"
  ],
  "author": {
    "name": "Vytenis Urbonavičius",
    "url": "https://github.com/vytenisu"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/args": "5.0.3",
    "@types/jest": "29.5.12",
    "@types/mkdirp": "2.0.0",
    "@types/rimraf": "4.0.5",
    "@types/tmp": "0.2.6",
    "@types/winston": "2.4.4",
    "jest": "29.7.0",
    "license-webpack-plugin": "4.0.2",
    "ts-jest": "29.2.4",
    "ts-loader": "9.5.1",
    "ts-node": "10.9.2",
    "tslint": "6.1.3",
    "typedoc": "0.22.17",
    "typescript": "4.7.4",
    "webpack": "5.93.0",
    "webpack-cli": "5.1.4",
    "webpack-node-externals": "3.0.0"
  },
  "dependencies": {
    "args": "5.0.3",
    "find-node-modules": "2.1.3",
    "mkdirp": "3.0.1",
    "npm-run": "5.0.1",
    "rimraf": "6.0.1",
    "tmp": "0.2.3",
    "winston": "3.13.1"
  }
}
