-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 734 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 734 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
{
"name": "groove-sensor",
"version": "0.0.1",
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"lint": "semistandard src/**/*.js",
"format": "semistandard --fix src/**/*.js",
"start": "node src/index.js"
},
"author": "Johnny Austin <hi@johnny.email>",
"license": "MIT",
"description": "",
"dependencies": {
"@inquirer/prompts": "^7.2.1",
"cli-table": "^0.3.11",
"good-env": "^7.1.3",
"got": "^14.4.5",
"jshue": "^2.1.1",
"sonos": "^1.14.1",
"terminal-image": "^3.1.1"
},
"devDependencies": {
"jest": "^29.7.0",
"nyc": "15.1.0",
"semistandard": "*",
"tape": "5.5.3"
}
}