{ "name": "post-api-call-action", "description": "Send a POST request action", "scripts": { "build": "npx projen build", "bump": "npx projen bump", "ci": "npx projen ci", "clean-compile": "npx projen clean-compile", "clobber": "npx projen clobber", "compile": "npx projen compile", "default": "npx projen default", "docgen": "npx projen docgen", "eject": "npx projen eject", "eslint": "npx projen eslint", "i": "npx projen i", "lint": "npx projen lint", "package": "npx projen package", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "test-unit": "npx projen test-unit", "test:watch": "npx projen test:watch", "type-check": "npx projen type-check", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "devDependencies": { "@types/clone-deep": "^4.0.4", "@types/jest": "^29.5.12", "@types/node": "^20", "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "@vercel/ncc": "^0.38.1", "clone-deep": "^4.0.1", "constructs": "10.3.0", "dkershner6-projen-github-actions": "^0.0.76", "eslint": "^8", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-sonarjs": "^0.25.1", "jest": "^29.7.0", "jest-junit": "^15", "prettier": "^3.3.2", "projen": "0.82.5", "projen-github-action-typescript": "^0.0.397", "standard-version": "^9", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", "typedoc": "^0.26.3", "typescript": "^5.5.3" }, "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "axios": "^1.7.2" }, "pnpm": {}, "keywords": [ "actions", "node", "setup" ], "engines": { "node": ">= 20.10.0 <= 20.10.0" }, "main": "lib/index.js", "license": "Apache-2.0", "version": "0.0.0", "jest": { "testEnvironment": "node", "testTimeout": 15000, "testMatch": [ "/src/**/__tests__/**/*.ts?(x)", "/(test|src)/**/*(*.)@(spec|test).ts?(x)" ], "clearMocks": true, "collectCoverage": true, "coverageReporters": [ "json", "lcov", "clover", "cobertura", "text" ], "coverageDirectory": "coverage", "coveragePathIgnorePatterns": [ "/node_modules/" ], "testPathIgnorePatterns": [ "/node_modules/" ], "watchPathIgnorePatterns": [ "/node_modules/" ], "reporters": [ "default", [ "jest-junit", { "outputDirectory": "test-reports" } ] ], "transform": { "^.+\\.[t]sx?$": [ "ts-jest", { "tsconfig": "tsconfig.json", "isolatedModules": true } ] } }, "types": "lib/index.d.ts", "sideEffects": false, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }