17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"private": true,
|
|
"name": "@theia/eslint-plugin",
|
|
"version": "1.68.0",
|
|
"description": "Custom ESLint rules for developing Theia extensions and applications",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"afterInstall": "npm run compile",
|
|
"compile": "theiaext compile"
|
|
},
|
|
"dependencies": {
|
|
"@theia/ext-scripts": "1.68.0",
|
|
"@theia/re-exports": "1.68.0",
|
|
"js-levenshtein": "^1.1.6"
|
|
}
|
|
}
|