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": {
|
2024-08-16 06:55:02 +08:00
|
|
|
"build": "tsc --pretty",
|
2024-08-16 08:01:33 +08:00
|
|
|
"lint.tsc": "tsc --noEmit --pretty",
|
|
|
|
"lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix"
|
2022-08-08 16:22:28 +08:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|