Files
Lynkedup-Node-Backend/package.json
2025-12-16 22:26:18 +05:30

53 lines
1.7 KiB
JSON

{
"name": "lynkedup-monorepo",
"version": "1.0.0",
"private": true,
"description": "LynkedUp Platform - Mobile-first SDK-based application suite",
"scripts": {
"build": "nx run-many -t build",
"test": "nx run-many -t test",
"lint": "nx run-many -t lint",
"typecheck": "nx run-many -t typecheck",
"affected:build": "nx affected -t build",
"affected:test": "nx affected -t test",
"affected:lint": "nx affected -t lint",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"dev:playground": "nx serve sdk-playground",
"dev:pro": "nx start lynkedup-pro",
"dev:foundation": "nx start lynkedup-foundation"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@nx/devkit": "^18.0.0",
"@nx/eslint-plugin": "^18.0.0",
"@nx/js": "^18.0.0",
"@nx/react": "^18.0.0",
"@nx/react-native": "^18.0.0",
"@nx/workspace": "^18.0.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"commitlint": "^18.0.0",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^15.0.0",
"nx": "^18.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.0"
},
"workspaces": [
"apps/*",
"packages/core/*",
"packages/feature-*",
"packages/shared/*",
"tooling/*"
],
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
}