-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.02 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
{
"name": "@hnp/chefs-table",
"version": "1.0.1",
"description": "Heats your computer to the target temperature",
"homepage": "https://github.com/MechanicalHuman/chefs-table#readme",
"bugs": {
"url": "https://github.com/MechanicalHuman/chefs-table/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:MechanicalHuman/chefs-table.git"
},
"license": "MIT",
"author": "Jorge Proaño <[email protected]> (https://www.hidden-node-problem.com/)",
"contributors": [
"Jorge Proaño <[email protected]>"
],
"main": "index.js",
"bin": {
"chefs-table": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"kleur": "^2.0.2",
"mri": "^1.1.1",
"osx-temperature-sensor": "^1.0.3",
"prime-number": "^0.2.2",
"single-line-log": "^1.1.2",
"sleep": "^5.2.3",
"systeminformation": "^3.45.7"
},
"os": [
"darwin"
],
"preferGlobal": true,
"publishConfig": {
"access": "public"
}
}