UNPKG

@khanisak/temperature-converter

Version:

Javascript lightweight library to manipulate temperature units

43 lines (42 loc) 1.01 kB
{ "name": "@khanisak/temperature-converter", "version": "2.0.1", "description": "Javascript lightweight library to manipulate temperature units", "keywords": [ "temperature", "converter", "temperature-converter", "temperature converter", "celcius", "fahrenheit", "kelvin", "reamur" ], "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rm -rf dist", "start": "ts-node src/index.ts", "build": "npm run clean && tsc", "semantic-release": "semantic-release" }, "author": "Khanis Anthony", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/khanisak/temperature-converter.git" }, "bugs": { "url": "https://github.com/khanisak/temperature-converter/issues", "email": "khanis.anthony@gmail.com" }, "devDependencies": { "@semantic-release/git": "^10.0.1", "@types/node": "^18.8.3", "nodemon": "^2.0.20", "semantic-release": "^19.0.5", "ts-node": "^10.9.1", "typescript": "^4.8.4" } }