mirror of
https://github.com/vacp2p/dst-prefect-workflows.git
synced 2026-01-08 21:08:09 -05:00
17 lines
455 B
JSON
17 lines
455 B
JSON
{
|
|
"name": "lars",
|
|
"version": "1.0.0",
|
|
"description": "LARS (Lab Automated Resource Scheduler) is a service designed to intelligently manage and schedule simulation workloads within the lab environment.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.0",
|
|
"tailwindcss": "^4.1.0"
|
|
}
|
|
}
|