
To be followed by tests and `npm run build`, obviously! Reviewed-on: #1 Co-authored-by: Jack Jackson <scubbojj@gmail.com> Co-committed-by: Jack Jackson <scubbojj@gmail.com>
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"name": "commit-report-sync",
|
|
"version": "1.0.0",
|
|
"description": "Syncs a report on commits to another repository",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/index.ts -o dist",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"date-fns": "^4.1.0",
|
|
"prettier": "^3.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@types/node": "^20.0.0",
|
|
"@vercel/ncc": "^0.38.0",
|
|
"eslint": "^9.21.0",
|
|
"globals": "^16.0.0",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.26.0"
|
|
}
|
|
}
|