UNPKG

castium

Version:

A lightweight and chainable utility for effortless data type conversation in JavaScript and Node.js

45 lines (44 loc) 1.07 kB
{ "private": false, "name": "castium", "description": "A lightweight and chainable utility for effortless data type conversation in JavaScript and Node.js", "version": "1.0.30", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "release": "npm run build && npm version patch --no-git-tag-version --no-commit-hooks && npm publish" }, "keywords": [ "castium", "data-transformation", "type-conversion", "cast", "javascript-utils", "type-casting", "data-types", "js-utils", "data-processing", "type-coercion", "convert", "cast-utils", "js-casting", "nullable", "default-value", "date-formatting" ], "license": "MIT", "devDependencies": { "tsup": "^8.3.6", "typescript": "^5.7.3" }, "author": "Amin Dasoomi", "repository": { "type": "git", "url": "https://github.com/amindasoomi1/castium.git" } }