ShareMyWebStuff / tutorseekers-mono

Tutorseekers monorepo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutorseekers

yarn init -y

Add the private: true and workspaces to the packages.json

yarn config set nodeLinker node-modules

{ "name": "@project/initial-setup1", "private": true, "version": "0.0.0", "type": "module", "bin": { "initial-setup": "bin/initial-setup.ts" }, "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "watch": "tsc -w", "lint": "# eslint .", "cdk": "cdk", "test": "jest ", "test:coverage": "jest --coverage " }, "devDependencies": { "@aws-sdk/types": "^3.535.0", "@tsconfig/node18": "^18.2.4", "typescript": "^5.4.3" }, "dependencies": { "@shared/logger": "workspace:^", "@shared/project-config": "workspace:^", "aws-cdk-lib": "^2.135.0", "constructs": "^10.3.0", "source-map-support": "^0.5.21" } }

About

Tutorseekers monorepo.


Languages

Language:TypeScript 98.1%Language:Shell 1.4%Language:CSS 0.4%Language:JavaScript 0.1%