2022-08-08 16:22:28 +08:00
|
|
|
{
|
|
|
|
"name": "ci-log",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Colorful logging and print for any environment including GitHub Actions",
|
|
|
|
"homepage": "https://github.com/aminya/setup-cpp",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"author": "Amin Yahyaabadi",
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
"source": "./src/index.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-16 06:41:58 +08:00
|
|
|
"@actions/core": "^1.10.0",
|
2023-05-25 05:57:08 +08:00
|
|
|
"ci-info": "^3.8.0"
|
2022-08-08 16:22:28 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"print",
|
|
|
|
"GitHub",
|
|
|
|
"actions",
|
|
|
|
"Gitlab",
|
|
|
|
"CI",
|
|
|
|
"color",
|
|
|
|
"console",
|
|
|
|
"info",
|
|
|
|
"notifications"
|
|
|
|
]
|
|
|
|
}
|