2020-08-19 08:36:03 +08:00
|
|
|
{
|
|
|
|
"name": "@element-plus/directives",
|
2021-08-24 13:36:48 +08:00
|
|
|
"description": "Element Plus directives",
|
|
|
|
"version": "0.0.5",
|
2021-09-17 16:42:20 +08:00
|
|
|
"main": "index.ts",
|
|
|
|
"module": "index.ts",
|
2021-08-24 13:36:48 +08:00
|
|
|
"unpkg": "index.js",
|
|
|
|
"jsdelivr": "index.js",
|
2020-08-19 08:36:03 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2021-08-25 17:34:57 +08:00
|
|
|
"vue": "^3.2.0"
|
2020-08-19 08:36:03 +08:00
|
|
|
},
|
2021-08-24 13:36:48 +08:00
|
|
|
"scripts": {
|
2021-09-27 16:38:15 +08:00
|
|
|
"clean": "rimraf lib",
|
2021-08-24 13:36:48 +08:00
|
|
|
"build": "gulp build"
|
|
|
|
},
|
|
|
|
"gitHead": "c69724230befa8fede0e6b9c37fb0b7e39fd7cdd"
|
2021-08-25 17:34:57 +08:00
|
|
|
}
|