File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
lib
2
2
index.ts
3
-
3
+ .vscode
4
+ tsconfig.json
4
5
* .log
5
-
6
6
test.js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " compile-run" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " You can execute programs in diff languages using this package" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
17
17
" compile" ,
18
18
" run" ,
19
19
" compile-run" ,
20
- " execute"
20
+ " execute" ,
21
+ " python" ,
22
+ " java" ,
23
+ " node" ,
24
+ " nodejs" ,
25
+ " gcc" ,
26
+ " cpp" ,
27
+ " c" ,
28
+ " c++"
21
29
],
22
30
"author" :
" vibhor agrawal <[email protected] >" ,
23
31
"license" : " MIT" ,
27
35
"homepage" : " https://github.com/l-ide/compile-run2#readme" ,
28
36
"devDependencies" : {
29
37
"@types/node" : " ^10.5.8"
30
- }
31
- }
38
+ },
39
+ "files" : [
40
+ " dist"
41
+ ]
42
+ }
You can’t perform that action at this time.
0 commit comments