UNPKG

uom-ts

Version:

Units of measure type safety, with no runtime overhead, supporting multiplication and division!

38 lines (37 loc) 936 B
{ "name": "uom-ts", "version": "2.1.1", "description": "Units of measure type safety, with no runtime overhead, supporting multiplication and division!", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "prepublishOnly": "npm test && npm run build", "test": "jest --config jestconfig.json", "build": "./node_modules/.bin/tsc" }, "repository": { "type": "git", "url": "git+https://github.com/mindbrave/uom-ts.git" }, "keywords": [ "uom", "unit", "measure", "dimension", "types" ], "author": "Rafał Łużyński", "license": "MIT", "bugs": { "url": "https://github.com/mindbrave/uom-ts/issues" }, "homepage": "https://github.com/mindbrave/uom-ts#readme", "devDependencies": { "@types/jest": "^23.3.1", "dts-jest": "^23.3.0", "jest": "^23.6.0", "ts-jest": "^23.1.4", "typescript": "^4.0.2" }, "dependencies": {} }