mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
d1db34bcf0
GitOrigin-RevId: 7b11f258c0188f69fabd8fd0da709e0979fc8a4a
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"name": "@overleaf/eslint-plugin",
|
|
"version": "0.1.0",
|
|
"author": "Overleaf (https://www.overleaf.com)",
|
|
"license": "AGPL-3.0-only",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"eslint": "^8.51.0",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^8.50.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node rules.test.js"
|
|
}
|
|
}
|