UNPKG

measure-x

Version:

A lightweight and efficient **conversion utility** that supports various **number system conversions**, unit conversions, and more. 🚀

32 lines (31 loc) • 594 B
{ "name": "measure-x", "version": "1.0.2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublish": "npm run build" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.7", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/smais007/measurex.git" }, "author": { "name": "Smais Shawon" }, "keywords": [ "length", "converter", "units", "measurement" ] }