java
Version:
Bridge API to connect with existing Java APIs.
18 lines (17 loc) • 348 B
JSON
{
"name": "java-example-lucene",
"private": true,
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"start": "node build/example.js"
},
"dependencies": {
"find-root": "^1.1.0",
"java": "file:../.."
},
"devDependencies": {
"@types/find-root": "^1.1.4",
"typescript": "^5.8.3"
}
}