{ "name": "@lightscale/eslint-config", "version": "1.0.2", "description": "Lightscale basic eslint config", "license": "MIT", "author": "Sam Light ", "type": "module", "main": "index.js", "repository": { "type": "git", "url": "https://git.lightscale.co.uk/lightscale-eslint-config.git" }, "publishConfig": { "access": "public" }, "dependencies": { "@babel/eslint-parser": "^7.16.0", "@eslint/js": "^9.23.0", "globals": "^16.0.0" }, "peerDependencies": { "@babel/core": ">= 7", "eslint": ">= 9" } }