UNPKG

encryption-tool-ts-fox_hunt

Version:

Ascii encryption tool for strings

18 lines (17 loc) 448 B
{ "name": "encryption-tool-ts-fox_hunt", "version": "1.0.4", "description": "Ascii encryption tool for strings", "main": "lib/index.js", "types": "lib", "scripts": { "build": "tsc -p .", "start": "nodemon --exec ts-node src/app.ts" }, "keywords": ["encryption", "encrypt", "encrypt-tool", "encryption-tool"], "author": "Nathaniel Stahlberg", "license": "ISC", "devDependencies": { "@types/node": "^18.11.17" } }