mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-11 19:52:45 +08:00
20 lines
484 B
JSON
20 lines
484 B
JSON
{
|
|
"name": "spaceflow-actions",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Spaceflow Actions - GitHub/Gitea Actions for CI workflows",
|
|
"license": "UNLICENSED",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt"
|
|
},
|
|
"dependencies": {
|
|
"@actions/cache": "^5.0.1",
|
|
"@actions/core": "^2.0.1",
|
|
"@actions/exec": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.3"
|
|
}
|
|
}
|