UNPKG

atikin-utils

Version:

A blazing fast, modular utility library with 100+ modern JavaScript/TypeScript helpers.

21 lines 652 B
{ "name": "atikin-utils", "version": "2.0.0", "description": "A blazing fast, modular utility library with 100+ modern JavaScript/TypeScript helpers.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"No tests yet\" && exit 0" }, "keywords": ["AtikinVerse", "Atikin-Tools", "utility", "lodash", "dayjs", "utils", "typescript", "modular", "clone", "string", "array", "object"], "author": "Atikin Verse", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AtikinVerse/atikin-utils" }, "devDependencies": { "typescript": "^5.0.0" } }