mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-07 17:10:07 +08:00
27 lines
589 B
JSON
27 lines
589 B
JSON
{
|
|
"name": "@optuna/types",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"description": "Entites for Optuna Dashboard",
|
|
"main": "pkg/index.js",
|
|
"scripts": {
|
|
"build": "tsc -d"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/optuna/optuna-dashboard.git"
|
|
},
|
|
"keywords": [
|
|
"optuna"
|
|
],
|
|
"author": "Optuna Development Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/optuna/optuna-dashboard/issues"
|
|
},
|
|
"homepage": "https://github.com/optuna/optuna-dashboard#readme",
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|