Files
2025-11-07 11:22:04 +03:00

23 lines
527 B
JSON

{
"name": "terminal",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lechien73/terminal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lechien73/terminal/issues"
},
"homepage": "https://github.com/lechien73/terminal#readme",
"dependencies": {
"node-static": "^0.7.11",
"node-pty": "^0.10.1",
"total4": "^0.0.45"
}
}