{
  "name": "crowdfree",
  "version": "1.1.6",
  "license": "UNLICENSED",
  "author": "danielv",
  "bin": "backend/index.js",
  "main": "library/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "prepublishOnly": "npm run test-ci && npm run build",
    "frontend": "cd frontend && npx react-scripts start && cd ..",
    "backend": "nodemon backend/index.js .",
    "build": "cd frontend && npx react-scripts build && cd ..",
    "test": "mocha ./library/test --watch",
    "testFrontend": "cd frontend && npx react-scripts test && cd ..",
    "test-ci": "mocha ./library/test && npm run testFrontend",
    "eject": "cd frontend && npx react-scripts eject && cd .."
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "node-polyglot": "^2.4.0",
    "translatte": "^3.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.12.0",
    "@testing-library/react": "^11.2.6",
    "@testing-library/user-event": "^12.8.3",
    "mocha": "^8.4.0",
    "nodemon": "^2.0.7",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "sass": "^1.32.12",
    "web-vitals": "^1.1.2"
  },
  "keywords": [
    "locale",
    "localisation",
    "crowdin",
    "l18n"
  ]
}
