{
    "author": "Alexandre Blondeau",
    "description": "🛠️ A Plugin for Aseprite exported files.",
    "devDependencies": {

        "docdash": "2.0.2",
        "jsdoc": "4.0.3"
    },
    "engines": {

        "node": "16.13.0",
        "npm": "8.1.0"
    },
    "files": [

        "sources/"
    ],
    "homepage": "https://github.com/theatrejs/plugin-aseprite",
    "keywords": [

        "2d",
        "aseprite",
        "canvas",
        "engine",
        "game",
        "game-engine",
        "html",
        "html5",
        "javascript",
        "pixel-art",
        "plugin",
        "theatrejs",
        "theatrejs-plugin",
        "webgl",
        "webgl2"
    ],
    "license": "MIT",
    "main": "./sources/index.js",
    "name": "@theatrejs/plugin-aseprite",
    "peerDependencies": {

        "@theatrejs/theatrejs": ">= 1.15.0"
    },
    "repository": {

        "type": "git",
        "url": "git+https://github.com/theatrejs/plugin-aseprite.git"
    },
    "scripts": {

        "github-pages": "npm run github-pages:clean && npm run github-pages:generate ",
        "github-pages:clean": "rm -rf ./docs/",
        "github-pages:generate": "jsdoc ./tools/jsdoc/HOME.md ./sources/ --recurse --destination ./docs/ --template ./node_modules/docdash --configure ./tools/jsdoc/jsdoc.config.json",
        "postversion": "node ./tools/custom/postversion.cjs"
    },
    "type": "module",
    "version": "1.7.2"
}
