UNPKG

get-hackathons

Version:

Easy retrieval of Hackathon data from the Devpost website

45 lines (44 loc) 911 B
{ "name": "get-hackathons", "version": "2.0.2", "description": "Easy retrieval of Hackathon data from the Devpost website", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx tsx src/index.ts", "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "hackathons", "scrape", "api", "devpost", "wins" ], "repository": { "type": "git", "url": "https://github.com/garvsl/get-hackathons.git" }, "author": "Garv", "license": "ISC", "dependencies": { "jsdom": "^25.0.1" }, "devDependencies": { "@types/jsdom": "^21.1.7", "@types/node": "^22.10.2", "typescript": "^5.7.2" } }