-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mse_ts_generator",
"version": "2.1.0",
"description": "Research project to generate a MSE file from typescript source code, for course MGL843",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/km229/mseTsGenerator.git"
},
"author": "Kévin MORICEAU",
"contributors": [
{
"name": "Rémi Van Driessche",
"url": "https://github.com/remivand"
},
{
"name": "Aurélien Dellac",
"email": "https://github.com/OrelExia",
"url": "https://github.com/remivand"
},
{
"name": "Romain Peyret",
"email": "https://github.com/PtitCaillou",
"url": "https://github.com/remivand"
},
{
"name": "Nelson Deren",
"url": "https://github.com/nelsonderen24"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/km229/mseTsGenerator/issues"
},
"homepage": "https://github.com/km229/mseTsGenerator#readme",
"dependencies": {
"ts-morph": "^9.1.0",
"ts-node": "^9.1.1"
},
"devDependencies": {
"tsutils": "^3.21.0",
"typescript": "^4.2.3"
}
}