UNPKG

@grnsft/if-github-plugin

Version:

Github plugin for Impact Framework.

70 lines (69 loc) 1.82 kB
{ "name": "@grnsft/if-github-plugin", "description": "Github plugin for Impact Framework.", "version": "0.0.1", "author": { "name": "Green Software Foundation", "email": "info@gsf.com" }, "bugs": { "url": "https://github.com/Green-Software-Foundation/if-github-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", "dotenv": "^16.4.5", "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": [ "github", "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-github-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" }