-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"dependencies": {
"axios": "^0.26.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.1",
"flac-metadata": "^0.1.1",
"inquirer": "^8.2.2",
"node-id3": "^0.2.3",
"progress": "^2.0.3"
},
"name": "sber-zvuk",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/command-line-usage": "^5.0.2",
"@types/inquirer": "^8.2.0",
"@types/node": "^17.0.23",
"@types/progress": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.4",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"typescript": "^4.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -b tsconfig.json",
"start": "node bin"
},
"author": "",
"license": "ISC",
"description": ""
}