-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 933 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
38
39
40
41
42
43
{
"name": "patrician-cli",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"patrician": "dist/index.js"
},
"scripts": {
"test": "jest",
"compile": "tsc",
"dev": "ts-node src/index.ts",
"lint": "eslint ./src --ext .ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@toplast/lastfm": "0.1.5",
"chalk": "^4.1.2",
"csv": "^5.5.3",
"dotenv": "^10.0.0",
"env-paths": "^2.2.1",
"inquirer": "^8.2.0",
"metadata-filter": "^1.3.0"
},
"devDependencies": {
"@types/inquirer": "^8.1.3",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"auto": "^10.32.1",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.2.5",
"lint-staged": "^11.2.3",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}