mirror of
https://github.com/bcanseco/github-contribution-graph-action.git
synced 2025-10-09 13:41:58 +03:00
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node --experimental-top-level-await --experimental-specifier-resolution=node -r dotenv-safe/config src"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.3.0"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.14.0",
|
|
"dotenv-safe": "^8.2.0",
|
|
"simple-git": "^2.5.0"
|
|
}
|
|
}
|