зеркало из https://github.com/microsoft/lsif-node.git
40 строки
1.3 KiB
JSON
40 строки
1.3 KiB
JSON
{
|
|
"name": "lsif-node",
|
|
"private": true,
|
|
"version": "0.6.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/language-server-index-format.git"
|
|
},
|
|
"author": "MS",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/language-server-index-format/issues"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/language-server-index-format#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.29",
|
|
"@types/shelljs": "^0.8.8",
|
|
"@types/yargs": "^16.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
"@typescript-eslint/parser": "^4.19.0",
|
|
"eslint": "^7.23.0",
|
|
"mocha": "^8.3.2",
|
|
"rimraf": "^3.0.2",
|
|
"shelljs": "^0.8.4",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./build/bin/all.js install && npm run symlink && cd samples/typescript && npm install && cd ../javascript && npm install && cd ../..",
|
|
"symlink": "node ./build/bin/symlink.js",
|
|
"compile": "tsc -b ./tsconfig.json",
|
|
"compile:build": "cd build/azure-pipelines/tasks && tsc -p ./tsconfig.json",
|
|
"watch": "tsc -b ./tsconfig.watch.json -w",
|
|
"watch:build": "cd build/azure-pipelines/tasks && tsc -p ./tsconfig.json -w",
|
|
"lint": "node ./build/bin/all.js run lint",
|
|
"clean": "node ./build/bin/all.js run clean",
|
|
"test": "cd util && npm run test:ci && cd ../tsc && npm run test && cd .."
|
|
}
|
|
}
|