{
  "name": "tsds-build",
  "version": "1.22.5",
  "description": "Development stack for TypeScript libraries",
  "keywords": [
    "c8",
    "dev",
    "development",
    "mocha",
    "rollup",
    "stack",
    "test",
    "typescript"
  ],
  "homepage": "https://github.com/kmalakoff/tsds-build",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/tsds-build.git"
  },
  "license": "MIT",
  "author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index.js",
  "source": "src/index.ts",
  "types": "dist/cjs/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsds build",
    "format": "tsds format",
    "prepublishOnly": "tsds validate",
    "test": "tsds test:node --no-timeouts",
    "test:engines": "nvu engines tsds test:node --no-timeouts",
    "version": "tsds version"
  },
  "dependencies": {
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "cross-spawn-cb": "^3.1.0",
    "fs-copy-compat": "^1.0.0",
    "fs-iterator": "^7.0.0",
    "fs-remove-compat": "^1.0.0",
    "install-optional": "^1.2.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.debounce": "^4.0.8",
    "mkdirp-classic": "^0.5.3",
    "node-version-call": "^3.0.0",
    "queue-cb": "^1.6.3",
    "read-tsconfig-sync": "^1.1.0",
    "resolve-bin-sync": "^1.0.12",
    "rollup": "4.60.4",
    "rollup-plugin-node-externals": "^7.1.3",
    "ts-swc-rollup-plugin": "^2.3.23",
    "ts-swc-transform": "^2.2.2",
    "tsds-lib": "^1.21.1"
  },
  "devDependencies": {
    "@types/lodash.camelcase": "^4.3.9",
    "@types/lodash.debounce": "^4.0.9",
    "@types/mocha": "*",
    "@types/node": "*",
    "@types/short-hash": "^1.0.3",
    "module-link-unlink": "^1.1.0",
    "node-version-use": "*",
    "os-shim": "^0.1.3",
    "queue-cb": "^1.6.3",
    "resolve": "^1.22.11",
    "rolldown": "^1.0.0-beta.55",
    "short-hash": "^1.0.0",
    "ts-dev-stack": "*",
    "tsds-config": "*",
    "tsds-lib-test": "^1.20.2"
  },
  "engines": {
    "node": ">=0.8"
  }
}
