number-word-project-abc123
Version:
The project that will convert numbers to words
16 lines (15 loc) • 339 B
JSON
{
"name": "number-word-project-abc123",
"version": "1.1.0",
"description": "The project that will convert numbers to words",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\""
},
"keywords": [
"number-to-word"
],
"author": "Farda Karimov",
"license": "ISC"
}