| 1 | { |
| 2 | "name": "isl-server", |
| 3 | "version": "0.0.0", |
| 4 | "description": "isl-server", |
| 5 | "main": "dist/isl-server/src/index.js", |
| 6 | "license": "MIT", |
| 7 | "private": true, |
| 8 | "devDependencies": { |
| 9 | "@graphql-codegen/add": "^3.2.0", |
| 10 | "@graphql-codegen/cli": "^5.0.2", |
| 11 | "@graphql-codegen/typescript": "^2.4.8", |
| 12 | "@graphql-codegen/typescript-document-nodes": "^2.2.8", |
| 13 | "@graphql-codegen/typescript-operations": "^2.3.5", |
| 14 | "@rollup/plugin-alias": "^5.1.0", |
| 15 | "@rollup/plugin-commonjs": "^25.0.7", |
| 16 | "@rollup/plugin-node-resolve": "^15.2.3", |
| 17 | "@rollup/plugin-replace": "^5.0.5", |
| 18 | "@rollup/plugin-terser": "^0.4.4", |
| 19 | "@rollup/plugin-typescript": "^11.1.6", |
| 20 | "@types/fb-watchman": "^2.0.1", |
| 21 | "@types/jest": "29.5.12", |
| 22 | "@types/node": "^16.7.13", |
| 23 | "@types/node-fetch": "^2.6.2", |
| 24 | "graphql": "^16.8.1", |
| 25 | "jest": "29.7.0", |
| 26 | "rollup": "^4.22.4", |
| 27 | "rollup-plugin-esbuild": "^6.1.0", |
| 28 | "ts-jest": "29", |
| 29 | "typescript": "5.5.4" |
| 30 | }, |
| 31 | "workspaces": { |
| 32 | "nohoist": [ |
| 33 | "ws", |
| 34 | "ws/**" |
| 35 | ] |
| 36 | }, |
| 37 | "scripts": { |
| 38 | "watch": "rollup --config --watch", |
| 39 | "serve": "node --enable-source-maps ./dist/run-proxy.js", |
| 40 | "test": "jest", |
| 41 | "eslint": "eslint src --ext .ts --ext .tsx", |
| 42 | "build": "rollup --config --environment NODE_ENV:production", |
| 43 | "codegen": "node ./codegen.js" |
| 44 | }, |
| 45 | "dependencies": { |
| 46 | "execa": "5.1.1", |
| 47 | "fb-watchman": "^2.0.2", |
| 48 | "isl": "0.1.0", |
| 49 | "shared": "0.1.0", |
| 50 | "ws": "^8.17.1" |
| 51 | } |
| 52 | } |
| 53 | |