28 lines
586 B
JSON
28 lines
586 B
JSON
{
|
|
"name": "client",
|
|
"displayName": "ESLint",
|
|
"description": "Integrates ESLint into VS Code.",
|
|
"version": "2.1.20",
|
|
"private": true,
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-eslint.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode-eslint/issues"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.53.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/vscode": "1.53.0"
|
|
},
|
|
"dependencies": {
|
|
"vscode-languageclient": "7.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node ../node_modules/mocha/bin/_mocha"
|
|
}
|
|
}
|