@oino-ts/hashid
Version:
OINO TS package for hashid's.
34 lines (33 loc) • 710 B
JSON
{
"name": "@oino-ts/hashid",
"version": "0.5.1",
"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": "0.5.1",
"base-x": "^5.0.0"
},
"devDependencies": {
"@oino-ts/types": "0.5.1"
},
"files": [
"src/*.ts",
"dist/cjs/*.js",
"dist/esm/*.js",
"dist/types/*.d.ts"
]
}