@uzmoi/clockwork-base32
Version:
A fast and minimal implementation of Clockwork Base32 for TypeScript
34 lines (33 loc) • 777 B
JSON
{
"name": "@uzmoi/clockwork-base32",
"version": "1.0.2",
"description": "A fast and minimal implementation of Clockwork Base32 for TypeScript",
"type": "module",
"main": "dist/index.js",
"types": "src/index.ts",
"sideEffects": false,
"files": [
"dist",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uzmoi/clockwork-base32-ts.git"
},
"keywords": [
"base32",
"clockwork"
],
"author": "uzmoi",
"license": "MIT",
"bugs": {
"url": "https://github.com/uzmoi/clockwork-base32-ts/issues"
},
"homepage": "https://github.com/uzmoi/clockwork-base32-ts#readme",
"devDependencies": {
"typescript": "5.7.0-beta"
}
}