currency-list
Version:
Localized currency list
43 lines (42 loc) • 918 B
JSON
{
"name": "currency-list",
"version": "1.0.8",
"description": "Localized currency list",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"prepare": "npm run build",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/webplan-pro/currency-list.git"
},
"keywords": [
"currency",
"list",
"locale",
"symbol",
"ISO",
"4217",
"code"
],
"author": "Artūras Sotničenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/webplan-pro/currency-list/issues"
},
"homepage": "https://github.com/webplan-pro/currency-list#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}