UNPKG

@oino-ts/hashid

Version:
35 lines (34 loc) 772 B
{ "name": "@oino-ts/hashid", "version": "1.0.3", "description": "OINO TS package for hashid's.", "author": "Matias Kiviniemi (pragmatta)", "license": "MPL-2.0", "repository": { "type": "git", "url": "https://github.com/pragmatta/oino-ts.git" }, "keywords": [ "hashid", "typescript", "library" ], "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "dependencies": { "@types/node": "^20.12.7", "@oino-ts/common": "1.0.3", "base-x": "^5.0.1" }, "devDependencies": { "typescript": "~5.9.0", "@oino-ts/types": "1.0.3" }, "files": [ "src/*.ts", "dist/cjs/*.js", "dist/esm/*.js", "dist/types/*.d.ts" ] }