UNPKG

create-algorithm

Version:

Create a template for solving algorithm problems

32 lines (31 loc) 713 B
{ "version": "2.1.1", "name": "create-algorithm", "description": "Create a template for solving algorithm problems", "author": "Jehee Cheon <jeheecheon@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jeheecheon/create-algorithm/issues", "email": "jeheecheon@gmail.com" }, "homepage": "https://blog.jeheecheon.com", "repository": { "type": "git", "url": "https://github.com/jeheecheon/create-algorithm" }, "main": "index.js", "bin": { "create-algorithm": "index.js", "algorithm": "index.js" }, "keywords": [ "template", "typescript", "javascript", "cpp", "c++", "algorithm", "baekjoon" ], "dependencies": {} }