mirror of
https://github.com/vuejs/apollo.git
synced 2025-12-08 18:02:09 +00:00
26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"name": "vue-apollo-monorepo",
|
|
"version": "4.0.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "lerna run build --concurrency 1 --scope \"{vue-apollo,@vue/apollo}*\"",
|
|
"test": "lerna run test --concurrency 1",
|
|
"lint": "lerna run lint",
|
|
"release": "lerna publish"
|
|
},
|
|
"devDependencies": {
|
|
"core-js": "^3.4.1",
|
|
"esbuild": "^0.8.44",
|
|
"esbuild-node-externals": "^1.0.2",
|
|
"lerna": "^3.18.4"
|
|
},
|
|
"resolutions": {
|
|
"eslint-scope": "^5.0.0",
|
|
"subscriptions-transport-ws": "0.9.18",
|
|
"graphql": "15.3.0"
|
|
}
|
|
}
|