-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 899 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
{
"name": "letter.getpodcast.xyz",
"version": "1.1.0",
"description": "任听播客通讯",
"main": "index.js",
"scripts": {
"start": "node ./src/index.js",
"readme": "node ./src/readme.js",
"rss": "node ./src/rss.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpsh/letter.getpodcast.xyz.git"
},
"jshintConfig": {
"node": true,
"esversion": 9
},
"keywords": [
"podcast",
"newsletter"
],
"author": "rpsh",
"license": "MIT",
"bugs": {
"url": "https://github.com/rpsh/letter.getpodcast.xyz/issues"
},
"homepage": "https://github.com/rpsh/letter.getpodcast.xyz#readme",
"dependencies": {
"html-minifier": "^4.0.0",
"inline-css": "^3.0.0",
"mustache": "^4.2.0"
},
"devDependencies": {
"feed": "^4.2.2",
"jshint": "^2.13.4",
"meta-marked": "^0.5.0",
"yargs": "^15.4.1"
}
}