Repository URL to install this package:
|
Version:
0.0.1 ▾
|
@skava/graphql-toolset
/
package.json
|
|---|
{
"name": "@skava/graphql-toolset",
"version": "0.0.1",
"description": "skava's graphql toolset for creating modules, tests, server helpers, mocking requests & responses, attempting calls, cookie & session stubs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "make snapshot && make publish"
},
"env": {
"@skava/dev": "^1.0.5"
},
"devDependencies": {
"@graphql-modules/core": "0.2.18",
"@graphql-modules/epoxy": "0.2.18",
"@graphql-modules/sonar": "0.2.18",
"@graphql-modules/di": "0.2.18",
"@graphql-modules/utils": "0.2.18"
}
}