django-vue3-admin-web/node_modules/cron-chinese/package.json
2025-10-20 21:21:14 +08:00

33 lines
647 B
JSON

{
"name": "cron-chinese",
"version": "1.2.0",
"description": "cron to chinese humanizer",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ikesnowy/cron-chinese.git"
},
"scripts": {
"test": "jasmine"
},
"keywords": [
"cron",
"chinese"
],
"author": "ikesnowy",
"license": "MIT",
"bugs": {
"url": "https://github.com/ikesnowy/cron-chinese/issues"
},
"homepage": "https://github.com/ikesnowy/cron-chinese#readme",
"devDependencies": {
"jasmine": "^4.4.0"
}
}