{
    "name": "check-resolutions",
    "version": "1.0.0",
    "description": "Check whether yarn resolutions in package.json are still needed",
    "type": "module",
    "bin": {
        "check-resolutions": "./check-resolutions.mjs"
    },
    "scripts": {
        "test": "node --experimental-vm-modules node_modules/.bin/jest"
    },
    "engines": {
        "node": ">=24"
    },
    "devDependencies": {
        "jest": "^29.0.0"
    },
    "jest": {
        "testMatch": ["**/*.test.mjs"]
    }
}
