UNPKG

money-format

Version:
37 lines (36 loc) 812 B
{ "name": "money-format", "version": "1.0.2", "description": "Package with money format utils", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "start": "tsc" }, "keywords": [ "money", "format", "javascript", "typescript", "js", "utils" ], "author": { "name": "Pedro Torchio", "email": "pedro@torchiodev.com", "url": "http://www.torchiodev.com" }, "repository": { "type": "git", "url": "git+https://github.com/pedrotorchio/money-format.git" }, "license": "ISC", "bugs": { "url": "https://github.com/pedrotorchio/money-format/issues" }, "homepage": "https://github.com/pedrotorchio/money-format#readme", "devDependencies": { "typescript": "^3.0.1" } }