{
    "name": "chat-formatter",
    "version": "0.3.4",
    "description": "A package to format chat conversation for large language models (LLMs) with Nunjucks.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsc -p tsconfig.json",
        "test": "jest",
        "prepublishOnly": "npm run build",
        "start": "node dist/index.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/a-ghorbani/chat-formatter.git"
    },
    "keywords": [
        "chat",
        "formatter",
        "template",
        "nunjucks",
        "gpt",
        "llm"
    ],
    "author": "Asghar Ghorbani <ghorbani59@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/a-ghorbani/chat-formatter/issues"
    },
    "homepage": "https://github.com/a-ghorbani/chat-formatter",
    "devDependencies": {
        "@types/jest": "^29.5.12",
        "@types/nunjucks": "^3.2.6",
        "@typescript-eslint/eslint-plugin": "^7.12.0",
        "eslint": "^8.56.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-prettier": "^5.1.3",
        "jest": "^26.6.3",
        "prettier": "^3.3.1",
        "ts-jest": "^26.5.6",
        "typescript": "^4.x"
    },
    "dependencies": {
        "nunjucks": "^3.2.4"
    }
}
