UNPKG

simple-convert-i18n

Version:

A simple and lightweight library for unit conversion. Supports basic units like length, weight, temperature, and speed. Works seamlessly in Node.js and browsers! 📏⚖️🌡️🚀

21 lines (20 loc) 612 B
{ "name": "simple-convert-i18n", "version": "1.1.0", "description": "A simple and lightweight library for unit conversion. Supports basic units like length, weight, temperature, and speed. Works seamlessly in Node.js and browsers! 📏⚖️🌡️🚀", "main": "convert.js", "repository": { "type": "git", "url": "https://github.com/abdo0302/simple-convert-i18n" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "unit-converter", "unit-conversion", "lightweight-library" ], "author": "Abdeljabbar Hamri", "license": "ISC" }