{ "name": "@makeflow/gateway", "version": "0.4.0", "publishConfig": { "access": "public" }, "repository": "https://github.com/mufancom/gateway.git", "license": "MIT", "author": "Chengdu Mufan Technology Co., Ltd.", "type": "module", "exports": { "types": "./bld/library/index.d.ts", "default": "./bld/library/index.js" }, "scripts": { "3": "yarn && yarn-deduplicate && yarn", "build": "rimraf ./bld && tsc --build", "lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .", "lint-prettier": "prettier --check .", "bare-test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "test": "yarn lint-prettier && yarn build && yarn lint && yarn bare-test" }, "dependencies": { "@types/express": "^4.17.17", "@types/express-session": "^1.17.7", "@types/http-proxy": "^1.17.14", "@types/morgan": "^1.9.4", "express": "^4.18.2", "express-session": "^1.17.3", "http-proxy": "^1.18.1", "morgan": "^1.10.0", "tslang": "^0.1.23", "tslib": "^2.6.2" }, "devDependencies": { "@mufan/eslint-plugin": "^0.2.17", "@types/jest": "^29.5.8", "@types/node": "^20.9.0", "cross-env": "^7.0.3", "eslint": "^8.53.0", "jest": "^29.7.0", "prettier": "^3.1.0", "rimraf": "^5.0.5", "run-in-every": "^0.2.0", "typescript": "^5.2.2", "yarn-deduplicate": "^6.0.2" } }