16 lines
254 B
JSON
16 lines
254 B
JSON
|
|
{
|
||
|
|
"name": "text",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "文本组件",
|
||
|
|
"main": "index.ts",
|
||
|
|
"scripts": {},
|
||
|
|
"keywords": [
|
||
|
|
"OpenDataV"
|
||
|
|
],
|
||
|
|
"author": "chenghaiwen",
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"dependencies": {
|
||
|
|
"dayjs": "^1.11.5"
|
||
|
|
}
|
||
|
|
}
|