2025-03-18 16:14:40 +08:00

20 lines
392 B
JSON

{
"name": "webshell-node",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"dependencies": {
"node-pty": "^1.0.0"
},
"devDependencies": {
"@kevisual/types": "^0.0.6"
}
}