forked from Readme-Workflows/recent-activity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "activity-readme",
"version": "2.3.1",
"description": "Updates README with the recent GitHub activity of a user. This project is a fork of https://github.com/jamesgeorge007/github-activity-readme",
"main": "src/index.js",
"keywords": [
"github-profile",
"activity"
],
"author": "James George, The Readme-Workflows organisation",
"license": "MIT",
"scripts": {
"format:check": "prettier --check src/**/*.js",
"format": "prettier --write src/**/*.js",
"build": "ncc build src/index.js --license LICENSE"
},
"dependencies": {
"@actions/core": "^1.6.0",
"actions-toolkit": "^6.0.1",
"axios": "^0.26.0",
"dateformat": "^4.5.1",
"js-yaml": "^4.1.0",
"qs": "^6.10.3"
},
"devDependencies": {
"@vercel/ncc": "^0.33.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Readme-Workflows/recent-activity.git"
},
"bugs": {
"url": "https://github.com/Readme-Workflows/recent-activity/issues"
},
"homepage": "https://github.com/Readme-Workflows/recent-activity#readme"
}