36 lines
889 B
JSON
36 lines
889 B
JSON
{
|
|
"name": "@pivotal-tools/jvm-launch-utils",
|
|
"version": "0.0.23",
|
|
"description": "Provides utilities useful for launching Java processes from node packages.",
|
|
"files": [
|
|
"src",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "tsc -p .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/spring-projects/sts4.git"
|
|
},
|
|
"keywords": [
|
|
"Java",
|
|
"Launching",
|
|
"JVM"
|
|
],
|
|
"author": "Kris De Volder <kdevolder@pivotal.io>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/spring-projects/sts4/issues"
|
|
},
|
|
"homepage": "https://github.com/spring-projects/sts4/nodejs-packages/jvm-launch-utils/README.md",
|
|
"devDependencies": {
|
|
"@types/node": "^16.6.0",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|