-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 812 Bytes
/
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
{
"name": "tempfies",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "nexe -t x64-8.0.0",
"run": "node --experimental-json-modules index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vercel/ncc": "^0.33.0",
"axios": "^0.24.0",
"cputemp": "^0.0.1",
"diskspace": "^2.0.0",
"dotenv": "^10.0.0",
"fs": "0.0.1-security",
"microstats": "^0.1.2",
"nexe": "^4.0.0-beta.19",
"node-disk-info": "^1.3.0",
"node-os-utils": "^1.3.5",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"systeminformation": "^5.9.17"
},
"pkg": {
"targets": [
"node8",
"x86"
]
}
}