-
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) · 835 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 835 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
{
"dependencies": {
"@inquirer/prompts": "^7.6.0",
"album-art": "git+ssh://git@github.com:emgeebee/album-art.git",
"file": "*",
"fs-extra": "*",
"minimist": "^1.2.0",
"optimist": "0.6.1",
"request": "2.64.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"lint": "eslint **/*.js --fix",
"start": "node index.js",
"start:alac": "node index.js --key alac",
"start:mp3": "node index.js --key main",
"start:ogg": "node index.js --key ogg",
"list": "find ./cmd/**/*.sh -type f | sort -nr",
"convert": "./batch.sh"
},
"version": "0.0.1",
"type": "module"
}