adam-pig-latin
Version:
A CLI tool to convert text to Pig Latin
27 lines • 630 B
JSON
{
"name": "adam-pig-latin",
"version": "1.0.5",
"description": "A CLI tool to convert text to Pig Latin",
"main": "index.js",
"bin": {
"adam-pig-latin": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pig-latin",
"cli",
"text-converter",
"language-game"
],
"author": "Adam La Morre <adam.lamorre@chainguard.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alamorre/adam-pig-latin.git"
},
"engines": {
"node": ">=14.0.0"
}
}