mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 22:50:12 -08:00
chore: add package.json for Mintlify integration with development scripts
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "mintlify dev",
|
||||
"install:mintlify": "npm install mintlify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mintlify": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user