unitastic
Version:
A simple, chainable, and highly extensible utility for converting between various units of measurement
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "unitastic",
"version": "1.1.1",
"description": "A simple, chainable, and highly extensible utility for converting between various units of measurement",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/svinod-030/npm-packages.git"
},
"files": [
"dist",
"!src",
"!__tests__"
],
"keywords": [
"unit",
"convert",
"converter",
"conversion",
"typescript",
"javascript",
"opensource"
],
"author": "vinodsigadana030@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/svinod-030/npm-packages/issues"
},
"homepage": "https://github.com/svinod-030/npm-packages/tree/main/packages/unitastic#readme",
"registry-url": "https://registry.npmjs.org/",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0"
},
"scripts": {
"build": "vite build",
"test": "jest "
},
"gitHead": "5f8916b35b2173395366b29da79ab4e22801f456"
}