UNPKG

@chenzoho/ldt-vue-config

Version:

ldt-vue-config

35 lines 730 B
{ "name": "@chenzoho/ldt-vue-config", "version": "1.9.3", "main": "dist/index.umd.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" } }, "description": "ldt-vue-config", "keywords": [ "ldt", "vue", "config" ], "author": "chenzoho", "license": "MIT", "files": [ "dist", "README.md" ], "devDependencies": { "vite": "^5.2.11", "@chenzoho/ldt-vue-config": "^1.9.3" }, "scripts": { "clean": "pnpm rimraf node_modules && pnpm rimraf dist", "clear": "rimraf dist", "build": "pnpm clear && vite build && tsc" } }