Files
continue/docs/package.json
Brian 'bdougie' Douglas 87c48cddfb fix: add cookie banner to docs
2025-07-28 16:54:14 -07:00

22 lines
511 B
JSON

{
"name": "docs2",
"version": "1.0.0",
"description": "Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including",
"main": "index.js",
"scripts": {
"dev": "mintlify dev",
"build": "mintlify build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"mintlify": "^4.2.3"
},
"dependencies": {
"@c15t/react": "^1.4.4"
}
}