UNPKG

@abhi18av/fetch-acm-icpc-problem

Version:

A CLI tool to download ACM ICPC problems from https://icpcarchive.ecs.baylor.edu/index.php

22 lines (21 loc) 631 B
{ "name": "@abhi18av/fetch-acm-icpc-problem", "version": "0.0.1", "description": "A CLI tool to download ACM ICPC problems from https://icpcarchive.ecs.baylor.edu/index.php ", "main": "index.js", "scripts": { "postpublish": "npm publish --ignore-scripts --@abhi18av:registry='https://registry.npmjs.org'", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "https://github.com/abhi18av/acm-icpc-problems-aggregator", "keywords": [ "acm-icpc", "pdf", "javascript", "competitive-programming" ], "author": "Abhinav Sharma", "license": "MIT", "dependencies": { } }