mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"name": "slm-design",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "npm run build:skill",
|
|
"build:skill": "node scripts/build-skill.mjs",
|
|
"check": "npm run build && npm run check:skill",
|
|
"check:skill": "node scripts/check-skill.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|