mirror of https://github.com/aminya/setup-cpp
31 lines
610 B
JSON
31 lines
610 B
JSON
{
|
|
"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": {
|
|
"@actions/core": "^1.10.1",
|
|
"ci-info": "^4.0.0"
|
|
},
|
|
"keywords": [
|
|
"log",
|
|
"print",
|
|
"GitHub",
|
|
"actions",
|
|
"Gitlab",
|
|
"CI",
|
|
"color",
|
|
"console",
|
|
"info",
|
|
"notifications"
|
|
],
|
|
"devDependencies": {}
|
|
}
|