57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "cr-bot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "A Probot app",
|
|
"author": "anc95",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"homepage": "https://github.com//",
|
|
"keywords": [
|
|
"probot",
|
|
"github",
|
|
"probot-app",
|
|
"code review"
|
|
],
|
|
"scripts": {
|
|
"start": "node -r dotenv/config ./dist/index.js",
|
|
"test": "jest",
|
|
"build": "rm -rf dist && rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript && ncc build src/github-action.cjs -o action",
|
|
"build:lambda": "ncc build src/aws-lambda.cjs -o lambda"
|
|
},
|
|
"dependencies": {
|
|
"@probot/adapter-aws-lambda-serverless": "^3.0.2",
|
|
"@probot/adapter-github-actions": "^3.1.3",
|
|
"@vercel/edge": "^0.2.7",
|
|
"dotenv": "^16.0.3",
|
|
"loglevel": "^1.9.2",
|
|
"minimatch": "^10.0.1",
|
|
"next": "^13.1.6",
|
|
"node-fetch": "^3.3.0",
|
|
"openai": "^4.71.0",
|
|
"probot": "^12.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^24.0.1",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"@types/pino-std-serializers": "^4.0.0",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"esbuild": "^0.17.7",
|
|
"jest": "^29.0.0",
|
|
"nock": "^13.0.5",
|
|
"rollup": "^3.15.0",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-esbuild": "^5.0.0",
|
|
"smee-client": "^1.2.2",
|
|
"ts-jest": "^29.0.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|