19 lines
522 B
JSON
19 lines
522 B
JSON
{
|
|
"name": "@voerkai18n/formatters",
|
|
"version": "1.0.13",
|
|
"description": "格式化器,提供对要翻译文本的转换功能",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"exports": {
|
|
"currency": "./currency.formatters.js",
|
|
"datetime": "./datetime.formatters.js"
|
|
},
|
|
"author": "wxzhang",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.0"
|
|
},
|
|
"lastPublish": "2023-01-12T13:53:59+08:00"
|
|
} |