21 строка
540 B
JSON
21 строка
540 B
JSON
{
|
|
"name": "tolerant-php-parser-server",
|
|
"description": "Example use of Microsoft/tolerant-php-parser.",
|
|
"version": "0.0.1",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {
|
|
"vscode-languageserver": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"compile": "installServerIntoExtension ../client ./package.json ./tsconfig.json && tsc -p .",
|
|
"watch": "installServerIntoExtension ../client ./package.json ./tsconfig.json && tsc --watch -p ."
|
|
}
|
|
}
|