mirror of
https://github.com/dkershner6/post-api-call-action.git
synced 2024-11-15 13:23:50 +08:00
4ea1c384b2
Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/dkershner6/post-api-call-action/actions/runs/7434770119 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions <github-actions@github.com>
125 lines
3.7 KiB
JSON
Generated
125 lines
3.7 KiB
JSON
Generated
{
|
|
"name": "post-api-call-action",
|
|
"description": "Send a POST request action",
|
|
"scripts": {
|
|
"build": "npx projen build",
|
|
"bump": "npx projen bump",
|
|
"ci": "npx projen ci",
|
|
"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.11",
|
|
"@types/node": "^18",
|
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
"@typescript-eslint/parser": "^6",
|
|
"@vercel/ncc": "^0.38.1",
|
|
"clone-deep": "^4.0.1",
|
|
"constructs": "^10.0.0",
|
|
"dkershner6-projen-github-actions": "^0.0.24",
|
|
"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.6.1",
|
|
"eslint-plugin-prettier": "^5.1.2",
|
|
"eslint-plugin-sonarjs": "^0.23.0",
|
|
"jest": "^29.7.0",
|
|
"jest-junit": "^15",
|
|
"prettier": "^3.1.1",
|
|
"projen": "^0.78.11",
|
|
"projen-github-action-typescript": "^0.0.395",
|
|
"standard-version": "^9",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.9.2",
|
|
"typedoc": "^0.25.6",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/github": "^6.0.0",
|
|
"axios": "^1.6.5"
|
|
},
|
|
"pnpm": {},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"engines": {
|
|
"node": ">= 18.12.0 <= 20.10.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"license": "Apache-2.0",
|
|
"version": "0.0.0",
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!(@babel/runtime|@buildresonance/global-lib-storefront-shared-components|@buildresonance/global-lib-storefront-next-markdown|@mui*|.*separated-tokens|.*util-gfm.*|bail|ccount|character-entities.*|decode-named-character-reference|direction|escape-string-regexp|github-slugger|hast.*|html-void-elements|is-plain-obj|longest-streak|markdown.*|mdast.*|micromark.*|property-information|rehype.*|remark.*|stringify-entities|strip-markdown|trim-lines|trough|unified|unist.*|vfile.*|web-namespaces|zwitch|@panva/hkdf|jose|swiper|swiper/react|ssr-window|dom7|uuid)/)",
|
|
"\\.pnp\\.[^\\/]+$"
|
|
],
|
|
"testMatch": [
|
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
|
"<rootDir>/(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"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
}
|