-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "jsframe.jar",
"version": "1.1.28",
"description": "JSFrame is a easy way to display something with nodejs, without the need of a browser",
"main": "src/JSFrame.js",
"author": "Creepler13",
"license": "ISC",
"dependencies": {
"canvas": "^2.11.2",
"child_process": "^1.0.2",
"fs": "*"
},
"files": [
"src/"
],
"scripts": {
"git": "git log --graph --oneline --all",
"postinstall": "node src/javaI.js",
"testUpdateTimes": "jest",
"test": "npm run build && node test/test.js ",
"test2": "npm run build && node test/test2.js",
"build": "cd JSFrameJava && javac -d bin src/base/*.java src/eventHandler/*.java && cd bin && jar uef base.Main ../../src/JSFrame.jar base/*.class eventHandler/*.class"
},
"repository": "https://github.com/Creepler13/JSFrame.git",
"keywords": [
"jsframe",
"jframe",
"java",
"canvas",
"graphic",
"graphics",
"window",
"frame"
],
"devDependencies": {
"jest": "^29.3.1"
}
}