-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
45 lines (45 loc) · 1001 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "compile-run",
"version": "2.3.4",
"description": "You can execute programs in different languages using this package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run tsc --",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vibhor1997a/compile-run.git"
},
"keywords": [
"compile",
"run",
"compile-run",
"execute",
"python",
"java",
"node",
"nodejs",
"gcc",
"cpp",
"c",
"c++"
],
"author": "vibhor agrawal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vibhor1997a/compile-run/issues"
},
"homepage": "https://github.com/vibhor1997a/compile-run#readme",
"devDependencies": {
"@types/node": "^10.12.15",
"typescript": "^3.5.3"
},
"files": [
"dist",
"extensions-map.json"
]
}