This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
134 lines (134 loc) · 4.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "@open-sauced/opengraph.opensauced.pizza",
"version": "2.5.2-beta.1",
"keywords": [],
"description": "OpenGraph dot Open Sauced is a general purpose social card generator",
"author": "Ahmed Mohamed Atwa <[email protected]>",
"private": true,
"license": "MIT",
"homepage": "https://github.com/open-sauced/opengraph.opensauced.pizza#readme",
"bugs": {
"url": "https://github.com/open-sauced/opengraph.opensauced.pizza/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-sauced/opengraph.opensauced.pizza.git"
},
"engines": {
"node": ">= 16.19.1",
"npm": ">= 9.6.3"
},
"scripts": {
"types:auto-add": "npx typesync",
"types:auto-check": "npm run types:auto-add -- --dry",
"push": "npx @open-sauced/conventional-commit",
"preinstall": "npx @open-sauced/check-engines",
"nest": "npx nest",
"start": "npm run nest -- start",
"start:dev": "npm run start -- --watch",
"start:debug": "npm run start:dev -- --debug",
"start:prod": "node dist/main",
"prebuild": "npx rimraf dist",
"build": "npm run nest -- build",
"eslint": "npx eslint",
"lint": "npm run eslint -- . --ext .ts,.js",
"format": "npm run lint -- --fix",
"test": "echo 'Error: test configuration not specified' && exit 0",
"test:watch": "npm run test --watch",
"test:cov": "npm run test --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "npm run test --config test/jest-e2e.json",
"test:local:user": "npx ts-node test/local-dev/UserCards",
"test:local:highlight": "npx ts-node test/local-dev/HighlightCards",
"test:local:insight": "npx ts-node test/local-dev/InsightCards",
"docs": "npx compodoc -p tsconfig.json --hideGenerator --disableDependencies -d ./dist/documentation ./src",
"docs:serve": "npm run docs -- --serve"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.310.0",
"@fastify/express": "^2.3.0",
"@fastify/helmet": "^10.1.0",
"@fastify/rate-limit": "^8.0.0",
"@fastify/static": "^6.10.0",
"@fontsource/inter": "^4.5.15",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.4.0",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.4.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/platform-fastify": "^9.4.0",
"@nestjs/swagger": "^6.3.0",
"@nestjs/terminus": "^9.2.2",
"@octokit/graphql": "^5.0.5",
"@octokit/graphql-schema": "^14.0.0",
"@resvg/resvg-js": "^2.4.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"fastify": "^4.15.0",
"nestjs-pino": "^3.1.2",
"octokit": "^3.1.2",
"pino-http": "^8.3.3",
"pino-pretty": "^10.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"satori": "^0.4.7",
"satori-html": "^0.3.2",
"semver": "^7.4.0",
"string-to-react": "^1.0.2"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.19",
"@darraghor/eslint-plugin-nestjs-typed": "^3.19.0",
"@nestjs/cli": "^9.3.0",
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.4.0",
"@open-sauced/check-engines": "^1.2.0",
"@open-sauced/conventional-commit": "^1.0.1",
"@swc/core": "^1.3.49",
"@types/eslint": "^8.37.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.13",
"@types/source-map-support": "^0.5.6",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "29.5.0",
"rimraf": "^5.0.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "4.2.0",
"tslib": "^2.5.0",
"tsx": "^3.12.6",
"typescript": "^5.0.4",
"typesync": "^0.10.0"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "src",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}