UNPKG

sikits

Version:

A powerful and comprehensive utility library for JavaScript and TypeScript with 100+ functions for strings, numbers, arrays, and objects

80 lines (79 loc) 1.89 kB
{ "name": "sikits", "version": "2.0.0", "description": "A powerful and comprehensive utility library for JavaScript and TypeScript with 100+ functions for strings, numbers, arrays, and objects", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run build && npm test", "dev": "tsc --watch", "clean": "rm -rf dist", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "docs": "typedoc src/index.ts --out docs", "playground:build": "cd playground && npm run build", "playground:dev": "cd playground && npm run dev" }, "repository": { "type": "git", "url": "https://github.com/asruldev/sikits" }, "keywords": [ "utility", "utils", "helper", "string", "number", "array", "object", "typescript", "javascript", "validation", "transformation", "formatting", "math", "date", "color", "hash", "crypto", "roman", "words", "palindrome", "range", "fibonacci", "prime", "clone", "merge", "proxy" ], "author": "Asrul Harahap", "license": "MIT", "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@types/jest": "^29.5.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "prettier": "^3.0.0", "ts-jest": "^29.1.0", "typedoc": "^0.25.0", "typescript": "^5.0.0" }, "engines": { "node": ">=14.0.0" }, "bugs": { "url": "https://github.com/asruldev/sikits/issues" }, "homepage": "https://asruldev.github.io/sikits" }