post-api-call/.projen/deps.json

121 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2023-12-31 11:05:12 +08:00
{
"dependencies": [
{
"name": "@types/jest",
"type": "build"
},
{
"name": "@types/node",
"version": "^18",
"type": "build"
},
{
"name": "@typescript-eslint/eslint-plugin",
"version": "^6",
"type": "build"
},
{
"name": "@typescript-eslint/parser",
"version": "^6",
"type": "build"
},
{
"name": "@vercel/ncc",
"type": "build"
},
{
"name": "constructs",
"version": "^10.0.0",
"type": "build"
},
2023-12-31 11:18:19 +08:00
{
"name": "dkershner6-projen-github-actions",
"type": "build"
},
{
"name": "eslint-config-prettier",
"type": "build"
},
2023-12-31 11:05:12 +08:00
{
"name": "eslint-import-resolver-typescript",
"type": "build"
},
{
"name": "eslint-plugin-import",
"type": "build"
},
2023-12-31 11:18:19 +08:00
{
"name": "eslint-plugin-jest",
"type": "build"
},
{
"name": "eslint-plugin-prettier",
"type": "build"
},
{
"name": "eslint-plugin-sonarjs",
"type": "build"
},
2023-12-31 11:05:12 +08:00
{
"name": "eslint",
"version": "^8",
"type": "build"
},
{
"name": "jest",
"type": "build"
},
{
"name": "jest-junit",
"version": "^15",
"type": "build"
},
2023-12-31 11:18:19 +08:00
{
"name": "prettier",
"type": "build"
},
2023-12-31 11:05:12 +08:00
{
"name": "projen",
"type": "build"
},
{
"name": "projen-github-action-typescript",
"type": "build"
},
{
"name": "standard-version",
"version": "^9",
"type": "build"
},
{
"name": "ts-jest",
"type": "build"
},
{
"name": "ts-node",
"type": "build"
},
2023-12-31 11:18:19 +08:00
{
"name": "typedoc",
"type": "build"
},
2023-12-31 11:05:12 +08:00
{
"name": "typescript",
"type": "build"
},
{
"name": "@actions/core",
"type": "runtime"
},
{
"name": "@actions/github",
"type": "runtime"
2023-12-31 11:18:19 +08:00
},
{
"name": "axios",
"type": "runtime"
2023-12-31 11:05:12 +08:00
}
],
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}