UNPKG

create-converter

Version:

Create a unit converter.

39 lines (38 loc) 713 B
{ "name": "create-converter", "version": "1.1.1", "description": "Create a unit converter.", "repository": "https://github.com/Richienb/create-converter.git", "author": "Richie Bendall <richiebendall@gmail.com>", "license": "MIT", "main": "index.js", "files": [ "index.js", "index.d.ts" ], "engines": { "node": ">=10" }, "scripts": { "lint": "xo", "test": "xo && ava" }, "keywords": [ "convert", "unit", "value", "amount" ], "dependencies": { "decimal.js": "^10.2.0", "is-plain-obj": "^2.1.0" }, "devDependencies": { "ava": "^3.11.1", "eslint-config-richienb": "^0.4.2", "xo": "^0.33.0" }, "xo": { "extends": "richienb" } }