jshell/package.json
2025-03-18 19:15:47 +03:00

17 lines
383 B
JSON

{
"name": "jshell",
"version": "1.0.0",
"description": "https://git.true1ann.me/true1ann/jshell/",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "true1ann",
"license": "MIT",
"packageManager": "pnpm@10.6.1",
"type": "module",
"dependencies": {
"readline-sync": "^1.4.10"
}
}