NapCatQQ/packages/napcat-pty/package.json
手瓜一十雪 df824d77ae
Some checks are pending
Build NapCat Artifacts / Build-Framework (push) Waiting to run
Build NapCat Artifacts / Build-Shell (push) Waiting to run
feat: 所有的类型检查
2025-11-15 12:57:19 +08:00

26 lines
499 B
JSON

{
"name": "napcat-pty",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "index.ts",
"types": "node-pty.d.ts",
"exports": {
".": {
"import": "./index.ts"
},
"./src/*": {
"import": "./*"
}
},
"dependencies": {
"@homebridge/node-pty-prebuilt-multiarch":"^0.12.0"
},
"devDependencies": {
"@types/node": "^22.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}