mirror of
https://github.com/hernikplays/freelo-action.git
synced 2024-11-10 02:38:06 +01:00
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "freelo-action",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.8.3",
|
|
"@types/bun": "latest",
|
|
"@types/sanitize-html": "^2.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "bun build ./src/index.ts --target node --outfile dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"axios": "^1.7.2",
|
|
"sanitize-html": "^2.13.0"
|
|
}
|
|
}
|