Skip to content

Commit 6d00f05

Browse files
committed
feat: Add package.json with project configuration and dependencies
1 parent 985252f commit 6d00f05

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "sidebar-navigation-model",
3+
"version": "1.0.0",
4+
"description": "A modular and extensible JSON Schema for defining hierarchical sidebar navigation structures in content platforms, documentation tools, and UI frameworks.",
5+
"main": "index.js",
6+
"directories": {
7+
"doc": "docs"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"author": "ioncakephper",
13+
"license": "MIT",
14+
"dependencies": {
15+
"js-yaml": "^4.1.0",
16+
"yaml": "^2.3.4",
17+
"prettier": "^3.2.5"
18+
}
19+
}

0 commit comments

Comments
 (0)