UNPKG

@projectjam/morse-translate

Version:
44 lines (43 loc) 998 B
{ "name": "@projectjam/morse-translate", "version": "0.5.0", "description": "a morse code encoder & decoder", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "files": [ "dist/" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "test:ts": "bun test/test.ts", "test:esm": "bun test/test.mjs", "test:cjs": "bun test/test.cjs", "test": "npm run test:ts && npm run test:esm && npm run test:cjs" }, "repository": { "type": "git", "url": "git+https://github.com/project-jam/morse-translate.git" }, "keywords": [ "morse code", "morse", "code", "translate", "encode", "decode" ], "author": "Project Jam", "license": "MIT", "bugs": { "url": "https://github.com/project-jam/morse-translate/issues" }, "homepage": "https://project-jam.is-a.dev", "dependencies": {}, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^18.0.0", "tsx": "^4.6.2" } }