unitify-ts
Version:
A TypeScript library for converting between various units of measurement, including length, weight, volume, temperature, speed, area, energy, pressure, power, data, angle, luminance and computation time.
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "unitify-ts",
"version": "2.0.1",
"description": "A TypeScript library for converting between various units of measurement, including length, weight, volume, temperature, speed, area, energy, pressure, power, data, angle, luminance and computation time.",
"author": "Daniel Castillo",
"repository": {
"type": "git",
"url": "https://github.com/dcastillom/unitify-ts.git"
},
"keywords": [
"measurement",
"scientific",
"scientific-notation",
"sciences",
"length",
"weight",
"volume",
"temperature",
"speed",
"area",
"energy",
"pressure",
"power",
"data",
"angle",
"luminance",
"computation-time"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "mocha",
"lint": "eslint \"*/**/*.{js,ts,jsx,tsx}\" --fix",
"prepare": "husky install",
"build": "tsc",
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/mocha": "^10.0.9",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.4.1",
"eslint-config-typescript": "^1.0.0",
"husky": "^8.0.0",
"lint-staged": "15.2.10",
"mocha": "^10.7.3",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
}
}