Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Alexander / alex-hunter-sales-dev

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • alex-hunter-sales-dev
  • package.json
  • Pavel Fedorov's avatar
    правки в названии приложения · b56a9f87
    Pavel Fedorov committed Oct 11, 2022
    b56a9f87
package.json 345 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "name": "alex-hunter-sales-dev",
  "version": "1.0.0",
  "description": "",
  "author": "",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "devDependencies": {
    "prettier": "^2.3.0"
  },
  "dependencies": {
    "string": "^3.3.3",
    "moment": "^2.29.1",
    "@dasha.ai/sdk": "^0.8.5"
  }
}