chore: init

This commit is contained in:
2026-07-24 14:35:35 +03:00
commit 192a8a185b
38 changed files with 8846 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"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"
}
}