42 lines
932 B
JSON
42 lines
932 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": {
|
|
"axios": "^1.8.4",
|
|
"fs-extra": "^11.3.0",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"plist": "^3.1.0",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/speakeasy": "^2.0.10",
|
|
"qrcode": "^1.5.4",
|
|
"speakeasy": "^2.0.0"
|
|
}
|
|
}
|