{
    "name": "@rawwee/prettier-twig-craft-cms",
    "version": "0.1.1",
    "description": "Craft CMS extension for prettier-plugin-twig-melody (Extended)",
    "main": "src",
    "repository": "https://github.com/josippapez/prettier-plugin-twig-melody",
    "author": "Josip Papez <papezjosip@gmail.com>",
    "license": "Apache 2.0",
    "scripts": {
        "test": "jest",
        "update-snapshots": "jest -u"
    },
    "dependencies": {
        "@rawwee/prettier-plugin-twig-melody": "^1.0.2"
    },
    "devDependencies": {
        "jest": "^25.1.0"
    },
    "jest": {
        "projects": [
            "<rootDir>/jest.*.config.js"
        ]
    }
}
