forked from TruFoundation/TruShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 893 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (35 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@truos/trushell",
"version": "1.0.2",
"description": "TruShell - A modern terminal-based operating workspace interface",
"type": "commonjs",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "pip install typer rich pyjokes cowsay pytz platformdirs textual || pip3 install typer rich pyjokes cowsay pytz platformdirs textual"
},
"files": [
"trushell/",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/AkshajSinghal/TruShell"
},
"keywords": [
"shell",
"terminal",
"workspace",
"tui",
"truos"
],
"author": "Akshaj Singhal",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AkshajSinghal/TruShell/issues"
},
"homepage": "https://github.com/AkshajSinghal/TruShell#readme"
}