@techtalkers/codechef
Version:
A package to extract codechef metadata.
30 lines (29 loc) • 650 B
JSON
{
"name": "@techtalkers/codechef",
"version": "1.0.3",
"description": "A package to extract codechef metadata.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": " npx tsc && node dist/index.js",
"build": "npx tsc",
"check-types": "tsc --noEmit"
},
"keywords": [
"codechef",
"codechef-api",
"codechef-metadata",
"codechef-contributions",
"codechef-stats"
],
"author": "amitjimiwal",
"license": "MIT",
"devDependencies": {
"@techtalkers/types": "^1.0.6",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
}