Files
gitea-tool-cache/package.json
2024-03-10 11:15:51 +08:00

27 lines
668 B
JSON

{
"name": "gitea-tool-cache",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"test": "chcp 65001 && jest --coverage",
"build": "rimraf ./dist && ncc build -o dist src/index.ts"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"@types/jest": "^29.5.12",
"@types/node": "^16",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@actions/tool-cache": "^2.0.1",
"axios": "^1.6.7",
"gitea-tool-cache-version-alias": "^0.0.3"
}
}