UNPKG

damon-utils

Version:
49 lines (48 loc) 1.39 kB
{ "name": "damon-utils", "description": "A post-processing library for DAMON", "authors": "Adrian Turcev", "version": "7.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" }, "devDependencies": { "@eslint/js": "^9.27.0", "damon2": "2.4.12", "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", "jsdom": "^26.1.0", "mocha": "11.4.0", "stylelint": "^16.19.1", "stylelint-config-recommended": "^16.0.0" } }