mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-20 22:12:24 +08:00
28 lines
461 B
JSON
28 lines
461 B
JSON
{
|
|
"code_source_dirs": [
|
|
"src/ballistica"
|
|
],
|
|
"name": "BallisticaCore",
|
|
"public": true,
|
|
"pylint_ignored_untracked_deps": [
|
|
"astroid.modutils",
|
|
"astroid",
|
|
"pylint.lint",
|
|
"pytest",
|
|
"pytz",
|
|
"yaml",
|
|
"requests"
|
|
],
|
|
"python_paths": [
|
|
"assets/src/ba_data/python",
|
|
"tools"
|
|
],
|
|
"python_source_dirs": [
|
|
"assets/src/ba_data/python",
|
|
"assets/src/server",
|
|
"src/generated_src",
|
|
"tools",
|
|
"tests"
|
|
]
|
|
}
|