20 lines
511 B
JSON
20 lines
511 B
JSON
{
|
|
"name": "@kan/docs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm with-env mint build",
|
|
"clean": "git clean -xdf .cache .turbo node_modules",
|
|
"dev": "pnpm with-env mintlify dev --port 3001",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit",
|
|
"with-env": "dotenv -e ../../.env --"
|
|
},
|
|
"dependencies": {
|
|
"mintlify": "^3.0.0"
|
|
},
|
|
"prettier": "@kan/prettier-config"
|
|
}
|