Files
2025-03-06 14:49:56 +01:00

43 lines
987 B
JSON

{
"name": "create-langgraph",
"version": "0.0.3",
"description": "",
"license": "MIT",
"main": "dist/cli.mjs",
"bin": {
"create-langgraph": "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": "pnpm 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",
"vitest": "^3.0.5",
"typescript": "^5.5.4"
},
"keywords": []
}