tang300encoder
Version:
Encode any binary data into innocent Tang Poems.
22 lines • 527 B
JSON
{
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"jest": "^26.2.2",
"rollup": "^2.23.1"
},
"name": "tang300encoder",
"version": "1.0.4",
"description": "Encode any binary data into innocent Tang Poems.",
"main": "bundle.js",
"repository": "https://github.com/wsmlby/Tang300Encoder",
"author": "wsmlby",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "yarn rollup --config rollup.config.js"
},
"files": [
"bundle.js"
]
}