commit-report-sync/package.json
Jack Jackson 892a62f4e5 Add first PR check (#1)
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>
2025-03-03 23:00:04 +00:00

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"
}
}