30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"name": "@stats-organization/github-readme-stats-backend",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "24.x"
|
|
},
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"test:update:snapshot": "vitest -u",
|
|
"test:e2e": "vitest --config vitest.config.e2e.ts",
|
|
"bench": "vitest bench --run --config vitest.config.bench.ts",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc -p tsconfig.typecheck.json"
|
|
},
|
|
"devDependencies": {
|
|
"axios-mock-adapter": "2.1.0",
|
|
"express": "5.2.1",
|
|
"jsdom": "29.0.2",
|
|
"vitest": "catalog:default"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.15.2",
|
|
"@stats-organization/github-readme-stats-core": "workspace:^",
|
|
"pg": "^8.20.0"
|
|
}
|
|
}
|