{
    "name": "grunt-rollup",
    "description": "Grunt plugin for rollup - next-generation ES6 module bundler",
    "version": "12.0.0",
    "homepage": "https://github.com/chrisprice/grunt-rollup",
    "author": {
        "name": "Chris Price",
        "email": "price.c@gmail.com",
        "url": "http://chrisprice.io"
    },
    "maintainers": [
        "GMartigny"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/chrisprice/grunt-rollup.git"
    },
    "bugs": {
        "url": "https://github.com/chrisprice/grunt-rollup/issues"
    },
    "license": "MIT",
    "engines": {
        "node": ">=12"
    },
    "scripts": {
        "lint": "eslint \"**/*.js\"",
        "test": "ava"
    },
    "eslintConfig": {
        "extends": "@gmartigny/eslint-config"
    },
    "devDependencies": {
        "@gmartigny/eslint-config": "^2.1.0",
        "ava": "^3.15.0",
        "eslint": "^8.14.0",
        "grunt": "^1.5.2"
    },
    "peerDependencies": {
        "grunt": ">=0.4.0"
    },
    "keywords": [
        "gruntplugin",
        "rollup",
        "bundler",
        "packager",
        "build",
        "tool"
    ],
    "dependencies": {
        "rollup": "^2.71.1"
    }
}
