File size: 1,262 Bytes
1299b23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "greenplus-by-gxs",
  "version": "1.0.0",
  "description": "GreenPlus by GXS: An AI-powered environmental intelligence platform with tools for monitoring water quality, biodiversity, and more.",
  "private": true,
  "workspaces": [
    "web",
    "backend"
  ],
  "dependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "scripts": {
    "install:all": "npm install && npm --prefix web install && npm --prefix backend install",
    "dev": "concurrently \"npm run dev:backend\" \"npm run dev:web\"",
    "dev:web": "npm start --prefix web",
    "dev:backend": "npm run dev --prefix backend",
    "build:web": "npm run build --prefix web",
    "start:prod": "npm run build:web && npm start --prefix backend",
    "start": "npm start --prefix backend",
    "test": "npm test --prefix web && npm test --prefix backend"
  },
  "devDependencies": {
    "concurrently": "^8.2.2",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.50.0",
    "prettier": "^3.0.3"
  },
  "keywords": [
    "environment",
    "sustainability",
    "climate-change",
    "eco-friendly",
    "green-technology",
    "react",
    "nodejs",
    "ai"
  ],
  "author": "Anshul Mehra",
  "license": "MIT"
}