-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 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
{
"name": "moonantonio",
"version": "1.0.0",
"description": "repos.cli",
"main": "index.js",
"type": "module",
"scripts": {
"update-readme": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ninpl/repos.cli.git"
},
"keywords": [
"readme",
"github profile",
"github readme"
],
"author": "Antonio Mateo Tomas <[email protected]> (https://ninpl.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ninpl/repos.cli/issues"
},
"homepage": "https://github.com/ninpl/repos.cli#readme",
"dependencies": {
"node-fetch": "2.6.7",
"rss-parser": "3.12.0"
},
"devDependencies": {
"standard": "16.0.4"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}