Files
cpl/src/core/cpl.project.json
edraft faedf328cb
Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 7s
Added build command
2025-10-11 15:50:38 +02:00

32 lines
599 B
JSON

{
"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",
"build": {
"include": [],
"exclude": [
"**/__pycache__",
"**/logs",
"**/tests"
]
}
}