setup-cpp/packages/ci-log/package.json

31 lines
610 B
JSON
Raw Normal View History

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": {
2024-01-22 13:31:35 +08:00
"@actions/core": "^1.10.1",
"ci-info": "^4.0.0"
2022-08-08 16:22:28 +08:00
},
"keywords": [
"log",
"print",
"GitHub",
"actions",
"Gitlab",
"CI",
"color",
"console",
"info",
"notifications"
2024-08-07 14:51:00 +08:00
],
"devDependencies": {}
2022-08-08 16:22:28 +08:00
}