@grnsft/if-eco-ci-plugin
Version:
EcoCI plugin for Impact Framework.
73 lines (72 loc) • 1.92 kB
JSON
{
"name": "@grnsft/if-eco-ci-plugin",
"description": "EcoCI plugin for Impact Framework.",
"version": "0.0.2",
"author": {
"name": "Green Software Foundation",
"email": "info@gsf.com"
},
"bugs": {
"url": "https://github.com/Green-Software-Foundation/if-eco-ci-plugin/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
},
"dependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@grnsft/if-core": "^0.0.25",
"axios": "^1.7.7",
"axios-mock-adapter": "^1.22.0",
"dotenv": "^16.4.5",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"typescript": "^5.1.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.1",
"@types/jest": "^29.5.7",
"@types/node": "^20.4.5",
"fixpack": "^4.0.0",
"gts": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.10",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"homepage": "https://greensoftware.foundation",
"keywords": [
"eco-ci",
"green software foundation",
"greensoftware",
"if",
"if-framework",
"impact"
],
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"url": "https://github.com/Green-Software-Foundation/if-eco-ci-plugin.git"
},
"scripts": {
"build": "npm run clean && tsc --project tsconfig.build.json",
"clean": "rimraf build/",
"coverage": "jest --verbose --coverage",
"fix": "gts fix",
"fix:package": "fixpack",
"lint": "gts lint",
"pre-commit": "lint-staged",
"prepare": "husky install",
"prepublish": "npm run build",
"test": "jest --verbose"
},
"stability": "stable"
}