gql-string-to-object
Version:
Helper function to convert GQL strings to objects!
59 lines (58 loc) • 1.67 kB
JSON
{
"name": "gql-string-to-object",
"version": "1.2.0",
"description": "Helper function to convert GQL strings to objects!",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "webpack --config webpack.config.js",
"prepublish": "npm run build",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check \"./**/*.{ts,tsx,js,css,json,md}\"",
"format:fix": "prettier --write \"./**/*.{ts,tsx,js,css,json,md}\"",
"demo": "npm run demo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evargast/GQL-string-to-object.git"
},
"keywords": [
"graphql",
"parser",
"string",
"toObject",
"jest",
"schema",
"testing"
],
"author": "Eduardo Vargas <eduardo@adobe.com>",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/evargast/GQL-string-to-object/issues"
},
"homepage": "https://github.com/evargast/GQL-string-to-object#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-loader": "^8.1.0",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"graphql": "^15.4.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"sass-loader": "^10.0.2",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {},
"peerDependencies": {}
}