mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-26 11:31:43 +00:00
414ff2f8d9
* chore: move package json to root folder * chore: also lint prettier codestyle * chore: configure ModManUi files to use lf eof * chore: update npm versions * chore: update README of ModMan * chore: adjust ci to use package json of root folder
22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"name": "openassettools",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"src/ModManUi"
|
|
],
|
|
"scripts": {
|
|
"dev": "npm --workspaces run dev",
|
|
"build": "npm --workspaces run build",
|
|
"lint": "npm --workspaces run lint",
|
|
"format": "npm --workspaces run format"
|
|
},
|
|
"enginesComment": {
|
|
"npm": "Required for min-release-age setting"
|
|
},
|
|
"engines": {
|
|
"npm": ">=11.10.0"
|
|
}
|
|
}
|