Skip to content

Commit

Permalink
added pnpm-workspace.yaml and pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Oct 4, 2024
1 parent ffd6886 commit 66da54c
Show file tree
Hide file tree
Showing 3 changed files with 7,213 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "daraja-kit-monorepo",
"private": true,
"version": "1.0.0",
"description": "Monorepo for Daraja Kit and Docs",
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"test": "pnpm -r test"
},
"workspaces": [
"packages/main-lib",
"packages/docs-app"
],
"repository": {
"type": "git",
"url": "https://github.com/amosmachora/daraja-kit.git"
},
"devDependencies": {
"typescript": "^5.2.2",
"@changesets/cli": "^2.27.1"
},
"dependencies": {}
}
Loading

0 comments on commit 66da54c

Please sign in to comment.