@graphql-codegen/flutter-freezed
Version:
GraphQL Code Generator plugin to generate Freezed models from your GraphQL schema
54 lines • 1.49 kB
JSON
{
"name": "@graphql-codegen/flutter-freezed",
"version": "4.0.0-alpha-20230925164458-02f4966e7",
"description": "GraphQL Code Generator plugin to generate Freezed models from your GraphQL schema",
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/schema-ast": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "2.13.1",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.15",
"tslib": "~2.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator-community.git",
"directory": "packages/plugins/dart/flutter-freezed"
},
"author": {
"email": "parables95@gmail.com",
"name": "Parables Boltnoel",
"url": "https://github.com/Parables"
},
"license": "MIT",
"engines": {
"node": ">= 16.0.0"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}