-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.03 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
39
40
41
42
{
"name": "podcast-index-api",
"version": "1.1.10",
"description": "JS lib for the Podcast Index API",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"got": "^11.6.0"
},
"devDependencies": {
"jest": "^26.4.2",
"prettier": "2.1.1"
},
"scripts": {
"test": "jest --coverage",
"format": "npx prettier --write .",
"tag": "npm version patch && git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/comster/podcast-index-api.git"
},
"keywords": [
"API",
"Podcast",
"Directory",
"Podcasts",
"Search"
],
"author": {
"name": "Jeff Pelton",
"email": "jeff@jeffpelton.com",
"url": "https://www.jeffpelton.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/comster/podcast-index-api/issues"
},
"homepage": "https://github.com/comster/podcast-index-api"
}