{
  "name": "ejfdelgado-common-ts",
  "version": "1.3.1",
  "description": "",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "bip": "ffplay /sound/finish.mp3 -nodisp -nostats -hide_banner -autoexit",
    "build": "tsc",
    "login": "npm login",
    "publishme": "npm run build && npm publish --access=public && npm run bip",
    "test": "vitest run",
    "test_interactive": "npx vitest --ui",
    "test:watch": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ejfdelgado/common-ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^24.9.1",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "ts-node": "^10.9.2",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
