-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
1 lines (1 loc) · 4.78 KB
/
package.json
1
{"private":false,"name":"@wrtn/connector","version":"0.1.475","description":"wrtn-ecosystem connectors and sdk","main":"lib/index.js","scripts":{"benchmark:call":"node bin/test/benchmark/call","benchmark:select":"node bin/test/benchmark/select","test":"cross-env NODE_ENV=test node bin/test","test:unit":"vitest run","test:inhouse":"cross-env NODE_ENV=test node bin/test/inhouse.js","test:webpack":"pnpm run webpack && cross-env NODE_ENV=test node bin/test/webpack.js","------------------------BUILDS------------------------":"","build":"pnpm run build:prisma && pnpm run build:sdk && pnpm run build:main && pnpm run build:test","build:api":"rimraf packages/api/lib && nestia sdk && tsc -p packages/api/tsconfig.json && ts-node build/validate-api.ts","build:main":"rimraf lib && tsc","build:sdk":"rimraf src/api/functional && nestia sdk","build:swagger":"nestia swagger && ts-node src/executable/indexing_swagger_files.ts && ts-node src/executable/serde.ts","build:test":"rimraf bin && tsc -p test/tsconfig.json","build:prisma":"prisma generate --schema=prisma/schema","dev":"pnpm run build:test --watch","eslint":"eslint src && eslint test","eslint:fix":"eslint --fix src && eslint --fix test","prepare":"ts-patch install && typia patch && git update-index --assume-unchanged .env","prettier":"prettier src --write && prettier test --write","------------------------WEBPACK------------------------":"","webpack":"rimraf dist && webpack","webpack:start":"cd dist && node dist/server","------------------------DEPLOYS------------------------":"","package:api":"pnpm run build:api && cd packages/api && npm publish","package:latest":"node deploy/publish --tag latest","package:next":"node deploy/publish --tag dev","start":"node lib/executable/server","start:swagger":"ts-node src/executable/swagger.ts","translate":"ts-node src/executable/translate.ts","swagger:update":"node lib/UpdateSwaggerJson.js","google-sheets":"ts-node src/executable/swagger-to-google-sheets.ts"},"repository":{"type":"git","url":"https://github.com/wrtnio/connectors"},"keywords":["nestia","template","boilerplate"],"author":"Wrtn Technologies","license":"AGPL-3.0-only","bugs":{"url":"https://github.com/wrtnio/connectors/issues"},"homepage":"https://github.com/wrtnio/connectors#readme","devDependencies":{"@commitlint/cli":"^19.3.0","@commitlint/config-conventional":"^19.2.2","@figma/rest-api-spec":"^0.18.0","@nestia/agent":"^0.3.7","@nestia/e2e":"^0.7.0","@nestia/sdk":"^4.6.1","@ryoppippi/unplugin-typia":"^1.1.0","@trivago/prettier-plugin-sort-imports":"^4.3.0","@types/atob":"^2.1.4","@types/cli":"^0.11.21","@types/express":"^4.17.21","@types/inquirer":"^8.2.5","@types/mime-types":"^2.1.4","@types/node":"^18.11.0","@types/qs":"^6.9.18","@types/stream-buffers":"^3.0.7","@types/uuid":"^8.3.4","@types/xml2js":"^0.4.14","@typescript-eslint/eslint-plugin":"^5.40.0","@typescript-eslint/parser":"^5.40.0","@vitest/coverage-istanbul":"^2.1.8","chalk":"^4.1.2","copy-webpack-plugin":"^11.0.0","eslint-plugin-deprecation":"^1.4.1","express":"^4.18.2","nestia":"^6.3.1","prettier":"^3.3.2","prisma-markdown":"^1.0.9","reflect-metadata":"^0.2.2","rimraf":"^6.0.1","source-map-support":"^0.5.21","swagger-ui-express":"^5.0.0","ts-loader":"^9.5.1","ts-node":"^10.9.1","ts-patch":"^3.3.0","typescript":"~5.7.3","typescript-transform-paths":"^3.5.1","vitest":"^2.1.8","webpack":"^5.89.0","webpack-cli":"^5.1.4","write-file-webpack-plugin":"^4.5.1"},"dependencies":{"@aws-sdk/client-s3":"^3.658.1","@aws-sdk/s3-request-presigner":"^3.658.1","@kakasoo/sortable":"^1.0.4","@marp-team/marp-cli":"0.0.12","@nestia/core":"^4.6.1","@nestia/fetcher":"^4.5.1","@nestjs/axios":"^4.0.0","@nestjs/common":"^11.0.4","@nestjs/config":"^4.0.0","@nestjs/core":"^11.0.4","@nestjs/platform-express":"^11.0.4","@nestjs/swagger":"^11.0.2","@nestjs/testing":"^11.0.4","@notionhq/client":"^2.2.16","@prisma/client":"^5.21.1","@samchon/openapi":"^2.3.3","@slack/web-api":"^7.6.0","@tryfabric/mack":"^1.2.1","@tryfabric/martian":"^1.2.4","@types/he":"^1.2.3","@wrtnio/decorators":"^1.6.0","@wrtnio/schema":"^3.2.1","aws-sdk":"^2.1691.0","axios":"^1.7.7","cheerio":"^1.0.0","commander":"^13.1.0","cross-env":"^7.0.3","csv-parse":"^5.5.5","dd-trace":"^5.35.0","dotenv":"^16.3.1","dotenv-expand":"^10.0.0","exceljs":"^4.4.0","fast-csv":"^5.0.0","file-type":"^16.5.3","google-spreadsheet":"^4.1.1","googleapis":"^144.0.0","he":"^1.2.0","json-schema-faker":"^0.5.5","marked":"^14.1.2","mdast-util-from-markdown":"^2.0.1","mime-types":"^2.1.35","nestjs-pino":"^4.3.0","notion-to-md":"^3.1.1","openai":"^4.24.1","pino":"^9.5.0","prisma":"^5.22.0","qs":"^6.14.0","rxjs":"^7.8.2","serialize-error":"^4.1.0","serpapi":"^2.0.0","slackify-markdown":"^4.4.0","stream-buffers":"^3.0.2","tstl":"^3.0.0","twitter-api-v2":"^1.17.2","typia":"^7.5.1","uuid":"^10.0.0","xlsx":"^0.18.5","xml2js":"^0.6.2","zenrows":"^2.0.1"},"optionalDependencies":{"sharp":"^0.33.5"}}