mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-01 13:58:12 -04:00
41 lines
957 B
JSON
41 lines
957 B
JSON
{
|
|
"name": "create-langgraph",
|
|
"version": "0.0.3",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "dist/cli.mjs",
|
|
"bin": "dist/cli.mjs",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:langchain-ai/langgraphjs-api.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "npx -y bun scripts/clean.mjs",
|
|
"cli": "tsx src/cli.mts",
|
|
"cli:watch": "tsx watch src/cli.mts",
|
|
"build": "npx -y bun scripts/build.mjs",
|
|
"prepack": "yarn run build",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "^0.9.1",
|
|
"@commander-js/extra-typings": "^13.0.0",
|
|
"commander": "^13.0.0",
|
|
"dedent": "^1.5.3",
|
|
"extract-zip": "^2.0.1",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.2.0",
|
|
"prettier": "^3.3.3",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.5.4",
|
|
"vitest": "^3.0.5"
|
|
},
|
|
"keywords": []
|
|
}
|