-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 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
{
"name": "gh.midi",
"version": "2.2.0",
"description": "Create a MIDI file from your Github contributions.",
"keywords": [
"github",
"contributions",
"sound"
],
"main": "./src/index.js",
"scripts": {
"test": "ava",
"deploy": "now --target production"
},
"eslintConfig": {
"extends": [
"@gmartigny/eslint-config"
]
},
"author": "GMartigny <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/GMartigny/gh.midi",
"repository": {
"type": "git",
"url": "git+https://github.com/GMartigny/gh.midi.git"
},
"dependencies": {
"allow-cors": "^1.0.0",
"got": "^11.8.0",
"scribbletune": "^3.15.0"
},
"devDependencies": {
"@gmartigny/eslint-config": "^1.6.0",
"ava": "^3.13.0",
"eslint": "^7.13.0"
}
}