{
  "name": "syllabus-flow",
  "version": "1.2.3",
  "author": {
    "email": "losteven2018@outlook.com",
    "name": "Daniel Jaramillo"
  },
  "main": "./lib/index.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Danjar27/syllabus-flow"
  },
  "files": [
    "lib"
  ],
  "type": "module",
  "scripts": {
    "build": "tsc",
    "publish": "npm run build ; npm publish"
  },
  "dependencies": {
    "lodash": "4.17.21",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-flow-renderer": "10.3.17",
    "uuid": "9.0.0"
  },
  "devDependencies": {
    "@types/lodash": "4.14.186",
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2",
    "@types/uuid": "8.3.4",
    "@vitejs/plugin-react": "^2.2.0",
    "typescript": "^4.6.4",
    "vite": "^3.2.0"
  },
  "keywords": [
    "typescript",
    "react-flow",
    "syllabus"
  ]
}
