-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 KB
/
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
33
34
35
36
{
"author": {
"name": "Louis St-Amour",
"url": "https://github.com/LouisStAmour"
},
"bugs": {
"url": "https://github.com/LouisStAmour/SourcetrailTypescriptIndexer/issues"
},
"description": "Typescript Indexer for Sourcetrail using the TypeScript compiler and node bindings contributed to SourcetrailDB",
"dependencies": {
"@microsoft/ts-command-line": "^4.3.4",
"sourcetraildb": "file:../sourcetraildb"
},
"devDependencies": {
"@types/node": "12.12.6",
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"eslint": "6.6.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
},
"homepage": "https://github.com/LouisStAmour/SourcetrailTypescriptIndexer#readme",
"license": "Apache-2.0",
"main": "src/index.ts",
"name": "sourcetrail-typescript-indexer",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/LouisStAmour/SourcetrailTypescriptIndexer.git"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.0"
}