-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
38
{
"name": "shazamify",
"version": "1.0.4",
"description": "Shazamfy allows you to play your Shazams in Spotify, directly from the browser.",
"scripts": {
"build": "cross-zip chrome-extension",
"test": "eslint .",
"lint": "eslint .",
"format": "prettier '**/*.{js,jsx,css,scss,md}' --write"
},
"repository": {
"type": "git",
"url": "git://github.com/sirLisko/shazamify.git"
},
"keywords": [
"shazam",
"spotify",
"chrome-extension"
],
"author": "Luca Lischetti <sirlisko@gmail.com> (http://sirlisko.com)",
"bugs": {
"url": "https://github.com/sirLisko/shazamify/issues"
},
"license": "MIT",
"homepage": "https://github.com/sirLisko/shazamify",
"dependencies": {
"cross-zip-cli": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"prettier": "^2.7.1"
}
}