@easy-cipher/caesar
Version:
[](https://www.npmjs.com/package/@easy-cipher/caesar) [](https://bundlephobia.com/result?p=@easy-ci
46 lines (45 loc) • 979 B
JSON
{
"name": "@easy-cipher/caesar",
"version": "1.1.0",
"main": "dist/index.common.js",
"module": "dist/index.esm.js",
"browser": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"author": "Bartłomiej Wiśniewski",
"license": "MIT",
"repository": "git://github.com/wisnie/easy-cipher",
"bugs": {
"url": "https://github.com/wisnie/easy-cipher/issues"
},
"homepage": "https://github.com/wisnie/easy-cipher#readme",
"engines": {
"node": ">12.0.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"package.json",
"dist",
"LICENSE"
],
"keywords": [
"typescript",
"caesar cipher",
"caesar",
"cipher",
"mapping",
"encoding",
"ciphertext",
"ts"
],
"dependencies": {
"@easy-cipher/core": "^1.1.0"
},
"scripts": {
"build": "rimraf dist && rollup --config"
},
"gitHead": "182f65f6c6e1963e2a5d4b8b4ae871c89e9c1910"
}