Files
nexus-terminal/package.json
T
Baobhan Sith 54ea8f34e3 update
2025-04-17 16:21:32 +08:00

38 lines
821 B
JSON

{
"name": "nexus-terminal",
"version": "1.0.0",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Heavrnl/nexus-terminal.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Heavrnl/nexus-terminal/issues"
},
"homepage": "https://github.com/Heavrnl/nexus-terminal#readme",
"description": "",
"dependencies": {
"pinia-plugin-persistedstate": "^4.2.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"@types/speakeasy": "^2.0.10",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0"
}
}