{
    "name": "mj-mockup-generator",
    "version": "1.0.39",
    "description": "Simple & easy to use mockup generator from MockupsJar",
    "main": "index.js",
    "scripts": {
        "test": "jest --ci",
        "package-release": "npm version patch && git push origin master",
        "package-publish": "npm publish"
    },
    "keywords": [
        "mockup",
        "generator",
        "screenshot",
        "device",
        "api",
        "mockupsjar"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mockupsjar/mj-mockup-generator.git"
    },
    "author": "bogdan@mockupsjar.com",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.13.6"
    },
    "devDependencies": {
        "canvas": "^3.2.1",
        "jest": "^30.3.0",
        "prettier": "^3.8.1"
    },
    "jest": {
        "testEnvironment": "node",
        "moduleNameMapper": {
            "^axios$": "axios/dist/node/axios.cjs"
        }
    }
}
