Renamed project dirs
All checks were successful
Test before pr merge / test-lint (pull_request) Successful in 6s
All checks were successful
Test before pr merge / test-lint (pull_request) Successful in 6s
This commit is contained in:
24
src/core/cpl.project.json
Normal file
24
src/core/cpl.project.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user