UNPKG

@vue-js-cron/light

Version:
38 lines (37 loc) 847 B
{ "name": "@vue-js-cron/light", "version": "4.0.9", "description": "lightweight vue.js cron editor", "type": "module", "main": "dist/light.umd.cjs", "module": "dist/light.js", "types": "dist/index.d.ts", "repository": "https://github.com/abichinger/vue-js-cron", "author": "Andreas Bichinger", "license": "MIT", "private": false, "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", "clean": "git clean -xf dist" }, "dependencies": { "@vue-js-cron/core": "5.4.1" }, "files": [ "package.json", "dist", "README.md" ], "keywords": [ "vue", "vue.js", "vue component", "cron", "cron expression", "cron editor", "light" ] }