-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.19 KB
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
{
"name": "github-helpers",
"version": "1.7.1",
"description": "High-performance NestJS & Fastify API server and interactive Astro web frontend for real-time customizable GitHub profile README stats cards, commit habit heatmaps, streak counters, developer ranks, trophies, badges, and metrics tracking.",
"keywords": [
"astro",
"clean-architecture",
"developer-tools",
"fast-github-stats",
"fastify",
"github-api",
"github-languages-card",
"github-profile-stats",
"github-profile",
"github-readme-stats",
"github-readme",
"github-stats-api",
"github-stats-card",
"github-stats-generator",
"github-stats",
"github-streak-card",
"github-streak",
"markdown-generator",
"metrics",
"nestjs",
"open-source",
"programming-languages",
"readme-generator",
"readme-stats",
"stats-card",
"stats-cards",
"stats-generator",
"svg-generator",
"typeorm",
"typescript"
],
"packageManager": "pnpm@11.18.0",
"scripts": {
"build": "pnpm --filter github-helpers-frontend build && pnpm --filter github-helpers-backend build",
"start": "pnpm --filter github-helpers-backend start",
"dev": "pnpm --filter github-helpers-backend dev",
"dev:frontend": "pnpm --filter github-helpers-frontend dev",
"test": "pnpm -r test",
"test:e2e": "pnpm --filter github-helpers-frontend test:e2e",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"backend/src/**/*.ts\" \"backend/tests/**/*.ts\" \"frontend/src/**/*.{astro,css,ts,js}\"",
"format:check": "prettier --check \"backend/src/**/*.ts\" \"backend/tests/**/*.ts\" \"frontend/src/**/*.{astro,css,ts,js}\""
},
"author": "CreativeCode.com.co",
"license": "MIT",
"devDependencies": {
"@eslint/js": "10.0.1",
"@typescript-eslint/eslint-plugin": "8.65.0",
"@typescript-eslint/parser": "8.65.0",
"astro-eslint-parser": "3.0.0",
"eslint": "10.8.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "3.0.1",
"globals": "17.8.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1"
},
"overrides": {
"brace-expansion": "5.0.8",
"find-my-way": "9.7.0"
}
}