UNPKG

@vue-js-cron/ant

Version:
40 lines (39 loc) 879 B
{ "name": "@vue-js-cron/ant", "version": "3.1.1", "description": "Cron editor for Ant Vue", "type": "module", "main": "dist/ant.umd.cjs", "module": "dist/ant.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": "6.4.1", "ant-design-vue": "^3.2.12" }, "files": [ "package.json", "dist", "README.md" ], "keywords": [ "vue", "vue.js", "vue component", "cron", "cron expression", "cron editor", "ant", "design" ] }