feat: add example

This commit is contained in:
2026-08-01 09:31:08 +03:00
parent 15805e28df
commit 26b59686a5
434 changed files with 34975 additions and 4995 deletions

View File

@@ -5,8 +5,9 @@
"scripts": {
"build": "npm run build:skill",
"build:skill": "node scripts/build-skill.mjs",
"check": "npm run build && npm run check:skill && npm run check:site",
"check": "npm run test:skill && npm run check:skill && npm run check:site",
"check:skill": "node scripts/check-skill.mjs",
"test:skill": "node --test tests/skill-bundle.test.mjs",
"check:draft-rules": "node draft-rules.js",
"check:docs": "npm run check:draft-rules",
"check:docs-all": "npm run check:site",
@@ -19,6 +20,8 @@
"node": ">=20"
},
"devDependencies": {
"vitepress": "1.6.4"
"markdown-it": "^14.3.0",
"vitepress": "1.6.4",
"yaml": "^2.9.0"
}
}