-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) 路 739 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) 路 739 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
{
"name": "creations-stats-workflow",
"version": "1.0.2",
"description": "A Github Action that generates user's creations (Repositories and Gists). Perfect for profile readme customization!",
"author": "ArsenTech",
"type": "module",
"main": "dist/index.js",
"scripts": {
"compile": "npx ncc build src/index.ts -o dist",
"start": "act --workflows .github/workflows/build.yml --secret-file .env",
"sponsors": "sponsorkit"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@vercel/ncc": "^0.38.4",
"sponsorkit": "^17.1.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@actions/core": "^2.0.1",
"@actions/github": "^6.0.1",
"@octokit/rest": "^22.0.1"
}
}