mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
24 lines
534 B
JSON
24 lines
534 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"
|
|
}
|