{
  "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"
}
