UNPKG

t3xt2morsens

Version:
28 lines (27 loc) 588 B
{ "name": "t3xt2morsens", "version": "1.0.0", "description": "Text 2 Morse Code Converter", "main": "index.js", "scripts": { "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/nelsonjdsh/Text2Morse.git" }, "keywords": [ "morse", "code" ], "author": "Nelson Santos", "license": "MIT", "bugs": { "url": "https://github.com/nelsonjdsh/Text2Morse/issues" }, "homepage": "https://github.com/nelsonjdsh/Text2Morse#readme", "devDependencies": { "jest": "^27.2.4", "nodemon": "^2.0.13" } }