@bennjoe/hello-world
Version:
This is a package that prints the solution to Hello World in diffrent languages
21 lines (20 loc) • 463 B
JSON
{
"name": "@bennjoe/hello-world",
"version": "1.0.5",
"description": "This is a package that prints the solution to Hello World in diffrent languages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bennjoe",
"keywords": [
"hello",
"world",
"languages"
],
"repository": {
"type": "git",
"url": "https://github.com/b3nnjoe/hello-world.git"
},
"license": "ISC"
}