Files
twenty/packages/twenty-docs/package.json
T
1bd1165d2e i18n - docs translations (#15724)
Created by Github action

---------

Co-authored-by: Abdul Rahman <ar5438376@gmail.com>
Co-authored-by: github-actions <github-actions@twenty.com>
2025-11-08 21:20:40 +01:00

21 lines
432 B
JSON

{
"name": "twenty-docs",
"description": "Twenty documentation site powered by Mintlify",
"author": "",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "mintlify dev",
"build": "mintlify build",
"fix-links": "bash scripts/fix-translated-links.sh"
},
"dependencies": {
"mintlify": "latest"
},
"engines": {
"node": "^24.5.0",
"npm": "please-use-yarn",
"yarn": "^4.0.2"
}
}