{
  "name": "@egalteam/framework",
  "description": "Egal",
  "main": "compile/index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "tsc && node index.js",
    "watch-and-run": "tsc -w & nodemon -q -w src index.js",
    "dev:watch": "nodemon --watch ./src/**/* -e ts,tsx --exec ts-node index.ts",
    "serve": "vue-cli-service serve",
    "lint": "eslint . --ext .ts",
    "build": "tsc"
  },
  "keywords": [
    "actions",
    "egal"
  ],
  "author": "Egal Team",
  "license": "Apache-2.0",
  "dependencies": {
    "@types/stompjs": "^2.3.4",
    "axios": "^0.21.1",
    "prettier": "^2.2.1",
    "typescript": "^4.2.3",
    "validatorjs": "^3.22.1"
  },
  "devDependencies": {
    "@types/node": "^14.17.21",
    "@types/uuid": "^8.3.0",
    "@types/validatorjs": "^3.15.0",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "axios": "^0.21.1",
    "eslint": "^7.22.0",
    "madge": "^4.0.2",
    "nodemon": "^2.0.7"
  },
  "version": "2.4.4-beta.1"
}
