Repository URL to install this package:
|
Version:
0.0.4 ▾
|
@skava/graphql-toolset
/
package.json
|
|---|
{
"name": "@skava/graphql-toolset",
"version": "0.0.4",
"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 publish",
"test": "make snapshot"
},
"devDependencies": {
"@skava/dev": "^1.0.5",
"@skava/prod": "^1.0.5",
"@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"
}
}