forked from Rowland/EG
33 lines
704 B
JSON
33 lines
704 B
JSON
{
|
|
"name": "@cesium/eslint-config",
|
|
"version": "12.0.0",
|
|
"description": "ESLint shareable configs for Cesium",
|
|
"homepage": "http://cesium.com/",
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Cesium GS, Inc.",
|
|
"url": "https://cesium.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Cesium community",
|
|
"url": "https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTORS.md"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"eslint",
|
|
"cesium"
|
|
],
|
|
"peerDependencies": {
|
|
"@eslint/js": "^9.0.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-n": "^17.0.0",
|
|
"globals": "^16.0.0"
|
|
},
|
|
"type": "commonjs",
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
}
|
|
}
|