fets
Version:
TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience
54 lines • 1.42 kB
JSON
{
"name": "fets",
"version": "0.2.2-alpha-20230605165125-e9d94d2",
"description": "TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience",
"sideEffects": false,
"dependencies": {
"@ardatan/fast-json-stringify": "^0.0.6",
"@whatwg-node/cookie-store": "^0.1.0",
"@whatwg-node/fetch": "^0.9.3",
"@whatwg-node/server": "^0.8.4",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"hotscript": "^1.0.11",
"json-schema-to-ts": "^2.9.1",
"openapi-types": "^12.1.0",
"tslib": "^2.3.1",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.20.5"
},
"repository": {
"type": "git",
"url": "ardatan/fets",
"directory": "packages/fets"
},
"author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
"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"
}
}