FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-java/package.json at master · swsharp/node-java · GitHub
swsharp
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-java
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (61 loc) · 1.63 KB
Breadcrumbs
node-java
/
package.json
Copy path
File metadata and controls
61 lines (61 loc) · 1.63 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name"
:
"
java
"
,
"description"
:
"
Bridge API to connect with existing Java APIs.
"
,
"author"
:
"
Joe Ferner <joe@fernsroth.com>
"
,
"keywords"
: [
"
java
"
,
"
jvm
"
,
"
bridge
"
],
"version"
:
"
0.18.0
"
,
"engines"
: {
"node"
:
"
>=8.0.0
"
},
"maintainers"
: [
{
"name"
:
"
Joe Ferner
"
,
"email"
:
"
joe@fernsroth.com
"
}
],
"bugs"
: {
"url"
:
"
https://github.com/joeferner/node-java/issues
"
},
"license"
:
"
MIT
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/joeferner/node-java.git
"
},
"dependencies"
: {
"find-java-home"
:
"
^2.0.0
"
,
"glob"
:
"
^11.0.3
"
,
"nan"
:
"
^2.23.0
"
,
"node-gyp"
:
"
^11.5.0
"
},
"devDependencies"
: {
"@eslint/js"
:
"
^9.37.0
"
,
"@types/find-root"
:
"
^1.1.4
"
,
"@types/node"
:
"
^24.8.0
"
,
"chalk"
:
"
^5.6.2
"
,
"eslint"
:
"
^9.37.0
"
,
"find-root"
:
"
^1.1.0
"
,
"globals"
:
"
^16.4.0
"
,
"prettier"
:
"
^3.6.2
"
,
"typescript"
:
"
^5.9.3
"
,
"typescript-eslint"
:
"
^8.46.1
"
,
"vitest"
:
"
^3.2.4
"
},
"scripts"
: {
"install"
:
"
node-gyp rebuild
"
,
"clean"
:
"
rm -rf build
"
,
"test"
:
"
tsc && node ./build/ts/scripts/testRunner.js
"
,
"postinstall"
:
"
node ./scripts/postInstall.js
"
,
"lint"
:
"
eslint --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0 .
"
,
"format"
:
"
prettier --write .
"
,
"format-cpp"
:
"
clang-format --version; find src-cpp/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
"
,
"build-ts"
:
"
tsc
"
,
"build-ts:watch"
:
"
tsc --watch
"
,
"precommit"
:
"
npm run format-cpp && npm run format && npm run lint && npm run build-ts && npm test
"
},
"main"
:
"
./index.js
"
,
"types"
:
"
./java.d.ts
"
}
Back
|
FazBrowse Home
|
New Git URL