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:
13488
package-lock.json
generated
Normal file
13488
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
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