GreenPlusbyGXS / package.json
gaialive's picture
Upload 2 files
1299b23 verified
{
"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"
}