mirror of
https://github.com/fluencelabs/fluence.git
synced 2025-04-24 19:22:25 +00:00
18 lines
327 B
JSON
18 lines
327 B
JSON
{
|
|
"name": "get-versions",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ncc build index.js"
|
|
},
|
|
"author": "Fluence Labs",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@octokit/rest": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.36.1"
|
|
}
|
|
}
|