diff --git a/package.json b/package.json index 3f4d126..0924fdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outport", - "version": "0.0.3", + "version": "0.0.4", "description": "Tool for exporting data to a format that can be used for reporting such as CSV, JSON, etc.", "type": "module", "main": "./dist/index.js", @@ -25,13 +25,30 @@ "format:check": "prettier --check .", "typecheck": "tsc --noEmit", "ci": "pnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run build && pnpm run test", - "prepare": "husky" + "prepare": "husky", + "prepublishOnly": "pnpm run ci" }, "keywords": [ - "typescript" + "export", + "csv", + "json", + "data-export", + "reporting", + "typescript", + "streaming", + "builder-pattern", + "file-writer" ], "author": "scottluskcis", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/scottluskcis/outport.git" + }, + "bugs": { + "url": "https://github.com/scottluskcis/outport/issues" + }, + "homepage": "https://github.com/scottluskcis/outport#readme", "devDependencies": { "@types/node": "^24.8.1", "@typescript-eslint/eslint-plugin": "^8.12.2",