start-coding-challenge
Version:
Easily start a number of coding challenges.
36 lines (35 loc) • 711 B
JSON
{
"name": "start-coding-challenge",
"version": "0.0.5",
"description": "Easily start a number of coding challenges.",
"author": "Martijn Dorsman <martijndorsman@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/martijnd/start-coding-challenge.git"
},
"keywords": [
"coding",
"challenge",
"javascript",
"typescript",
"easy",
"medium",
"hard"
],
"type": "module",
"exports": "./dist/index.js",
"bin": {
"start-coding-challenge": "./dist/index.js"
},
"engines": {
"node": ">=14.16"
},
"scripts": {
"test": "vitest"
},
"devDependencies": {
"vite": "^3.0.0",
"vitest": "^0.21.0"
}
}