-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 723 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 723 Bytes
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
{
"name": "java-without-the-tears",
"version": "1.0.8",
"description": "",
"main": "index.js",
"bin": {
"java": "./java.js",
"java-dev": "./java-dev.ts"
},
"scripts": {
"build": ":"
},
"keywords": [
"typescript",
"java"
],
"author": "Merlin Moelter",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Tracer1337/java-without-the-tears.git"
},
"bugs": {
"url": "https://github.com/Tracer1337/java-without-the-tears/issues"
},
"homepage": "https://github.com/Tracer1337/java-without-the-tears.git",
"dependencies": {
"@types/node": "^16.4.13",
"commander": "^7.2.0",
"dotenv": "^10.0.0",
"ts-node": "^10.0.0"
}
}