forked from microsoft/RichCodeNavIndexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 807 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "rich-code-nav-indexer",
"version": "0.0.0",
"private": true,
"description": "Rich Code Navigation indexing",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"lint": "tslint -p ."
},
"author": "Rich Code Nav team <rich-code-nav@microsoft.com>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.3",
"@actions/github": "^4.0.0",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.0",
"@richnav/rich-code-nav-indexer-core": "^0.1.148-alpha",
"applicationinsights": "^1.8.7",
"axios": "^0.20.0",
"cloudbuild-task-github-actions": "^0.1.105-beta"
},
"devDependencies": {
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.27",
"jshint": "^2.12.0",
"mocha": "^8.1.3",
"tslint": "^6.1.3",
"typescript": "^4.0.2"
}
}