UNPKG

otto64

Version:

otto-style-information-encoder/decoder

33 lines (32 loc) 604 B
{ "name": "otto64", "version": "0.1.3", "description": "otto-style-information-encoder/decoder", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "scripts": { "build": "tsup" }, "keywords": [ "otto" ], "type": "module", "author": "hua-zhi-wan", "license": "MIT", "dependencies": { "js-base64": "^3.7.7" }, "devDependencies": { "publint": "^0.2.8", "tsup": "^8.1.0", "typescript": "^5.5.3" }, "files": [ "dist" ] }