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

89 lines
1.5 KiB
JSON
Raw 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"
},
{
"name": "eslint-import-resolver-typescript",
"type": "build"
},
{
"name": "eslint-plugin-import",
"type": "build"
},
{
"name": "eslint",
"version": "^8",
"type": "build"
},
{
"name": "jest",
"type": "build"
},
{
"name": "jest-junit",
"version": "^15",
"type": "build"
},
{
"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"
},
{
"name": "typescript",
"type": "build"
},
{
"name": "@actions/core",
"type": "runtime"
},
{
"name": "@actions/github",
"type": "runtime"
}
],
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}