sofa-api
Version:
Create REST APIs with GraphQL
60 lines • 1.35 kB
JSON
{
"name": "sofa-api",
"version": "0.18.10",
"description": "Create REST APIs with GraphQL",
"sideEffects": false,
"peerDependencies": {
"graphql": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^11.0.0",
"@whatwg-node/fetch": "^0.10.0",
"fets": "^0.8.0",
"ansi-colors": "^4.1.3",
"openapi-types": "^12.1.0",
"param-case": "^3.0.4",
"title-case": "^3.0.3",
"qs": "^6.11.2",
"tslib": "^2.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphql-hive/sofa.git"
},
"keywords": [
"api",
"rest",
"graphql",
"sofa"
],
"author": {
"name": "Uri Goldshtein",
"email": "uri.goldshtein@gmail.com",
"url": "https://github.com/Urigo"
},
"license": "MIT",
"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"
}
}