-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
{
"name": "thispc",
"displayName": "This PC",
"version": "1.0.3",
"description": "This PC is npm package that allow you to view your system specs & stats. such as CPUs, total memory, username, etc.",
"main": "index.js",
"bin": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"homepage": "https://github.com/hicodersofficial/thispc#readme",
"repository": {
"url": "https://github.com/hicodersofficial/thispc",
"type": "git"
},
"bugs": {
"email": "hicodersofficial@gmail.com",
"url": "https://github.com/hicodersofficial/thispc/issues"
},
"keywords": [
"this-pc",
"thispc",
"This PC",
"specs",
"system info"
],
"author": {
"name": "HiCoders",
"email": "hicodersofficial@gmail.com",
"url": "https://github.com/hicodersofficial"
},
"license": "MIT",
"devDependencies": {
"eslint": "^7.32.0"
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.2.0",
"gpu-info": "^0.0.1",
"moment-timezone": "^0.5.33"
}
}