UNPKG

655 BJSONView Raw
1{
2 "name": "build-plugin-moment-locales",
3 "version": "0.1.3",
4 "description": "build-scripts plugins for moment locale",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "echo \"test\""
8 },
9 "keywords": [
10 "build-scripts",
11 "build-plugin"
12 ],
13 "repository": {
14 "type": "http",
15 "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-moment-locales"
16 },
17 "author": "ICE Team",
18 "license": "MIT",
19 "dependencies": {
20 "@rollup/pluginutils": "^4.1.1",
21 "magic-string": "^0.25.7"
22 },
23 "devDependencies": {
24 "build-scripts": "^1.1.0",
25 "vite": "^2.0.0"
26 },
27 "files": [
28 "lib",
29 "!lib/**/*.map"
30 ]
31}
\No newline at end of file