forked from jamesgeorge007/github-activity-readme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 815 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 815 Bytes
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
{
"name": "github-activity-readme",
"version": "0.4.0",
"description": "Updates README with the recent GitHub activity of a user",
"main": "index.js",
"keywords": [],
"author": "James George",
"license": "MIT",
"scripts": {
"format": "rome format --semicolons as-needed --quote-style single --trailing-comma none",
"format:fix": "rome format --write --semicolons as-needed --quote-style single --trailing-comma none",
"build": "swc src -d dist --copy-files",
"build:ncc": "ncc build dist -o lib"
},
"dependencies": {
"@actions/core": "1.2.6",
"actions-toolkit": "5.0.0"
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.61",
"@types/node": "22.15.3",
"@vercel/ncc": "0.36.1",
"rome": "12.1.3"
},
"packageManager": "yarn@3.6.0"
}