mirror of
https://github.com/langchain-ai/docs.git
synced 2026-07-19 08:25:29 -04:00
27 lines
743 B
JSON
27 lines
743 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx build.ts",
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
"lint:fix": "eslint . --ext .ts,.tsx --fix",
|
|
"format": "prettier . --write",
|
|
"format:check": "prettier . --check"
|
|
},
|
|
"packageManager": "pnpm@10.14.0",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.13.0",
|
|
"@types/node": "^24.5.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
"@typescript-eslint/parser": "^8.8.1",
|
|
"eslint": "^9.12.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"nypm": "^0.6.2",
|
|
"prettier": "^3.3.3",
|
|
"tsx": "^4.20.5",
|
|
"typedoc": "^0.28.13",
|
|
"typedoc-github-theme": "^0.3.1",
|
|
"typedoc-plugin-expand-object-like-types": "^0.1.2",
|
|
"typescript-eslint": "^8.8.1"
|
|
}
|
|
}
|