thousandify
Version:
Currency thousand format
34 lines (33 loc) • 785 B
JSON
{
"name": "thousandify",
"version": "1.0.3",
"description": "Currency thousand format",
"main": "./dist/index.js",
"scripts": {
"build": "npx babel src --out-dir dist",
"preview": "npm pack --dry-run",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/yaofly2012/thousandify"
},
"keywords": [
"format",
"currency",
"money",
"amount"
],
"author": "https://gitlab.com/yaofly2012",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/yaofly2012/thousandify/issues"
},
"homepage": "https://gitlab.com/yaofly2012/thousandify#readme",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"jest": "^26.0.1"
}
}