{
  "name": "tsex",
  "repository": "github:fabiospampinato/tsex",
  "description": "A little CLI for making TypeScript packages, cleanly and effortlessly.",
  "version": "4.0.2",
  "type": "module",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": "./dist/bin.js",
  "exports": {
    ".": "./dist/index.js",
    "./tsconfig.json": "./tsconfig.json"
  },
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "tsex prepare"
  },
  "keywords": [
    "typescript",
    "make",
    "project"
  ],
  "dependencies": {
    "atomically": "^2.0.3",
    "dettle": "^1.0.2",
    "specialist": "^1.4.0",
    "tiny-readdir": "^2.7.2",
    "watcher": "^2.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.12.12",
    "tsex": "^4.0.0",
    "typescript": "^5.5.0-beta"
  }
}
