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

26 lines
652 B
JSON
Raw Normal View History

2023-12-31 11:05:12 +08:00
{
"files": [
".eslintrc.json",
".gitattributes",
".github/pull_request_template.md",
2023-12-31 11:18:19 +08:00
".github/workflows/auto-approve.yml",
2023-12-31 11:05:12 +08:00
".github/workflows/build.yml",
".github/workflows/pull-request-lint.yml",
".github/workflows/release.yml",
".github/workflows/upgrade-main.yml",
".gitignore",
".npmignore",
2023-12-31 11:18:19 +08:00
".npmrc",
".prettierignore",
".prettierrc.json",
2023-12-31 11:05:12 +08:00
".projen/deps.json",
".projen/files.json",
".projen/tasks.json",
"action.yml",
"LICENSE",
2023-12-31 11:18:19 +08:00
"tsconfig.json",
"tsconfig.publish.json"
2023-12-31 11:05:12 +08:00
],
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}