mirror of https://github.com/alibaba/ice.git
29 lines
600 B
JSON
29 lines
600 B
JSON
{
|
|
"name": "@ice/plugin-moment-locales",
|
|
"version": "1.0.1",
|
|
"description": "ice.js plugin for reduce moment locale size.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"watch": "tsc -w --sourceMap",
|
|
"build": "tsc"
|
|
},
|
|
"main": "./esm/index.js",
|
|
"types": "./esm/index.d.ts",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/ice/tree/master/packages/plugin-moment-locales"
|
|
},
|
|
"devDependencies": {
|
|
"@ice/app": "^3.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"esm",
|
|
"!esm/**/*.map"
|
|
]
|
|
}
|