{
    "name": "damon-utils",
    "description": "A post-processing library for DAMON",
    "authors": "Adrian Turcev",
    "version": "9.1.1",
    "license": "MPL-2.0",
    "homepage": "https://github.com/adrianturcev/damon-utils",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/adrianturcev/DAMON-UTILS.git"
    },
    "bugs": {
        "url": "https://github.com/adrianturcev/damon-utils/issues"
    },
    "keywords": [
        "post-processing",
        "damon",
        "rendering"
    ],
    "main": "DamonUtils.js",
    "scripts": {
        "watch": "npx grunt watch",
        "test": "npx grunt test",
        "build": "npx grunt dist"
    },
    "dependencies": {
        "dompurify": "^3.2.6",
        "json-logic-js": "^2.0.5",
        "papaparse": "^5.5.3"
    },
    "devDependencies": {
        "@eslint/js": "^9.27.0",
        "damon2": "4.3.4",
        "esbuild": "^0.25.4",
        "eslint": "^9.27.0",
        "eslint-plugin-jsdoc": "^50.6.17",
        "globals": "^16.1.0",
        "grunt": "^1.6.1",
        "grunt-concurrent": "^3.0.0",
        "grunt-contrib-watch": "^1.1.0",
        "grunt-esbuild": "^1.0.1",
        "grunt-exec": "^3.0.0",
        "husky": "^9.1.7",
        "js-beautify": "^1.15.4",
        "jsdoc-to-markdown": "^9.1.3",
        "jsdom": "^26.1.0",
        "mocha": "11.4.0",
        "stylelint": "^16.19.1",
        "stylelint-config-recommended": "^16.0.0"
    }
}
