{
  "name": "chess-pgn",
  "version": "0.1.10",
  "private": false,
  "author": "Simon Eriksson <smnrkssn@hotmail.se>",
  "license": "MIT",
  "description": "",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dv16sen/chess-pgn"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^4.0.0",
    "@testing-library/react": "^8.0.5",
    "@types/jest": "^24.0.24",
    "@types/node": "^13.1.0",
    "@types/react": "^16.9.17",
    "@types/react-dom": "^16.9.4",
    "@types/lodash": "^4.14.149",
    "@types/uuid": "^7.0.2",
    "cross-env": "^5.2.0",
    "lodash": "^4.17.15",
    "node-sass": "^4.12.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-generate-props": "^0.5.0",
    "react-scripts": "^3.0.1",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "chess-fen": "^0.2.2",
    "uuid": "^7.0.3"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "./scripts/build.sh",
    "release": "./scripts/release.sh",
    "test": "cross-env CI=true react-scripts test --env=jsdom",
    "test:coverage": "cross-env CI=true react-scripts test --env=jsdom --coverage"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}