addons/isl-server/package.jsonblame
View source
b69ab311{
b69ab312 "name": "isl-server",
b69ab313 "version": "0.0.0",
b69ab314 "description": "isl-server",
b69ab315 "main": "dist/isl-server/src/index.js",
b69ab316 "license": "MIT",
b69ab317 "private": true,
b69ab318 "devDependencies": {
b69ab319 "@graphql-codegen/add": "^3.2.0",
b69ab3110 "@graphql-codegen/cli": "^5.0.2",
b69ab3111 "@graphql-codegen/typescript": "^2.4.8",
b69ab3112 "@graphql-codegen/typescript-document-nodes": "^2.2.8",
b69ab3113 "@graphql-codegen/typescript-operations": "^2.3.5",
b69ab3114 "@rollup/plugin-alias": "^5.1.0",
b69ab3115 "@rollup/plugin-commonjs": "^25.0.7",
b69ab3116 "@rollup/plugin-node-resolve": "^15.2.3",
b69ab3117 "@rollup/plugin-replace": "^5.0.5",
b69ab3118 "@rollup/plugin-terser": "^0.4.4",
b69ab3119 "@rollup/plugin-typescript": "^11.1.6",
b69ab3120 "@types/fb-watchman": "^2.0.1",
b69ab3121 "@types/jest": "29.5.12",
b69ab3122 "@types/node": "^16.7.13",
b69ab3123 "@types/node-fetch": "^2.6.2",
b69ab3124 "graphql": "^16.8.1",
b69ab3125 "jest": "29.7.0",
b69ab3126 "rollup": "^4.22.4",
b69ab3127 "rollup-plugin-esbuild": "^6.1.0",
b69ab3128 "ts-jest": "29",
b69ab3129 "typescript": "5.5.4"
b69ab3130 },
b69ab3131 "workspaces": {
b69ab3132 "nohoist": [
b69ab3133 "ws",
b69ab3134 "ws/**"
b69ab3135 ]
b69ab3136 },
b69ab3137 "scripts": {
b69ab3138 "watch": "rollup --config --watch",
b69ab3139 "serve": "node --enable-source-maps ./dist/run-proxy.js",
b69ab3140 "test": "jest",
b69ab3141 "eslint": "eslint src --ext .ts --ext .tsx",
b69ab3142 "build": "rollup --config --environment NODE_ENV:production",
b69ab3143 "codegen": "node ./codegen.js"
b69ab3144 },
b69ab3145 "dependencies": {
b69ab3146 "execa": "5.1.1",
b69ab3147 "fb-watchman": "^2.0.2",
b69ab3148 "isl": "0.1.0",
b69ab3149 "shared": "0.1.0",
b69ab3150 "ws": "^8.17.1"
b69ab3151 }
b69ab3152}