{
    "name": "ampscript-data",
    "version": "4.0.0",
    "description": "Canonical AMPscript function catalog, keywords, and personalization strings for SFMC tooling",
    "type": "module",
    "main": "src/index.js",
    "exports": {
        ".": "./src/index.js"
    },
    "files": [
        "src"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/JoernBerkefeld/ampscript-data.git"
    },
    "bugs": {
        "url": "https://github.com/JoernBerkefeld/ampscript-data/issues"
    },
    "homepage": "https://github.com/JoernBerkefeld/ampscript-data#readme",
    "author": "Joern Berkefeld",
    "keywords": [
        "ampscript",
        "sfmc",
        "salesforce",
        "marketing-cloud",
        "email",
        "personalization"
    ],
    "license": "MIT",
    "scripts": {
        "test": "node --test tests/*.test.mjs",
        "lint": "eslint .",
        "lint:fix": "eslint --fix .",
        "prepare": "husky || true",
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "engines": {
        "node": ">=22.0.0"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "eslint": "^10.8.0",
        "eslint-config-prettier": "^10.1.8",
        "eslint-plugin-jsdoc": "^63.3.3",
        "eslint-plugin-prettier": "^5.5.6",
        "eslint-plugin-unicorn": "^73.0.0",
        "globals": "^17.9.0",
        "husky": "^9.1.7",
        "lint-staged": "^17.3.0",
        "prettier": "^3.9.6"
    },
    "lint-staged": {
        "*.{js,mjs,cjs}": [
            "eslint --fix"
        ]
    }
}
