{
  "name": "canmy-first-npm-package",
  "version": "1.1.0",
  "description": "ALADIN DATA LAYER",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/aladintech2/aladin-v2/back-end/micro-services/demo-package.git"
  },
  "keywords": [
    "aladin",
    "ecommerce"
  ],
  "author": "Team Aladin",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/aladintech2/aladin-v2/back-end/micro-services/demo-package/issues"
  },
  "homepage": "https://gitlab.com/aladintech2/aladin-v2/back-end/micro-services/demo-package#readme",
  "dependencies": {
    "canmy-first-npm-package": "^1.0.0",
    "cors": "^2.8.5",
    "express": "^4.18.2"
  }
}
