sapling/addons/isl-server/package.json
2022-11-15 00:48:09 -08:00

49 lines
1.2 KiB
JSON

{
"name": "isl-server",
"version": "0.0.0",
"description": "isl-server",
"main": "dist/isl-server/src/index.js",
"license": "MIT",
"private": true,
"devDependencies": {
"@graphql-codegen/add": "^3.2.0",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-document-nodes": "^2.2.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@types/fb-watchman": "^2.0.1",
"@types/jest": "27.5.2",
"@types/node": "^16.7.13",
"@types/node-fetch": "^2.6.2",
"cross-env": "7.0.3",
"graphql": "^16.3.0",
"jest": "27.5.1",
"ts-jest": "27",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.6.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"workspaces": {
"nohoist": [
"ws",
"ws/**"
]
},
"scripts": {
"watch": "webpack --watch",
"serve": "node ./dist/run-proxy.js",
"test": "jest",
"eslint": "eslint src --ext .ts --ext .tsx",
"build": "cross-env NODE_ENV=production webpack",
"codegen": "node ./codegen.js"
},
"dependencies": {
"execa": "5.1.1",
"fb-watchman": "^2.0.2",
"isl": "0.1.0",
"ws": "^8.6.0"
}
}