asenka0301/frontend-bootcamp-project-12

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name":  "@hexlet/code",
  "version": "1.0.0",
  "description": "[![Actions Status](https://github.com/asenka0301/frontend-bootcamp-project-12/workflows/hexlet-check/badge.svg)](https://github.com/asenka0301/frontend-bootcamp-project-12/actions)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npx start-server -s ./frontend/build",
    "postinstall": "cd frontend && npm install",
    "build": "npm run build --prefix frontend"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asenka0301/frontend-bootcamp-project-12.git"
  },
  "author": "Anastasia Simonova",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/asenka0301/frontend-bootcamp-project-12/issues"
  },
  "homepage": "https://github.com/asenka0301/frontend-bootcamp-project-12#readme",
  "dependencies": {
    "@hexlet/chat-server": "^1.1.6"
  }
}