Renamed project dirs
All checks were successful
Test before pr merge / test-lint (pull_request) Successful in 6s

This commit is contained in:
2025-10-11 09:32:13 +02:00
parent f1aaaf2a5b
commit 90ff8d466d
319 changed files with 0 additions and 0 deletions

24
src/core/cpl.project.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "cpl-core",
"version": "0.1.0",
"type": "library",
"license": "MIT",
"author": "Sven Heidemann",
"description": "CLI for the CPL library",
"homepage": "",
"keywords": [],
"dependencies": {
"art": "~6.5",
"colorama": "~0.4.6",
"tabulate": "~0.9.0",
"termcolor": "~3.1.0",
"pynput": "~1.8.1",
"croniter": "~6.0.0"
},
"devDependencies": {
"black": "~25.9"
},
"references": [],
"main": null,
"directory": "cpl/core"
}