{
  "name": "@stnekroman/tstools",
  "version": "1.0.0",
  "description": "Set of handy tools for TypeScript development",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": {
    "name": "StNekroman",
    "email": "StNekroman@gmail.com"
  },
  "repository": {
    "url": "git+https://github.com/StNekroman/tstools.git"
  },
  "keywords": [
    "TypeScript",
    "TS",
    "util",
    "utils",
    "tools",
    "ts-tools",
    "tstools"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "build": "tsc",
    "test": "yarn build & jest",
    "debugTests": "jest -i",
    "lint": "eslint ./src",
    "prepublishOnly": "npm run build",
    "npm-publish": "npm publish --access public",
    "npm-publish-github": "npm publish --access public --registry=https://npm.pkg.github.com"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "@jest/globals": "29.7.0",
    "@types/eslint__js": "^8.42.3",
    "eslint": "^9.9.0",
    "jest": "29.7.0",
    "rimraf": "6.0.1",
    "ts-jest": "29.2.4",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.1.0"
  }
}
