@furystack/rest
Version:
Generic REST package
53 lines • 1.05 kB
JSON
{
"name": "@furystack/rest",
"version": "10.0.1",
"description": "Generic REST package",
"type": "module",
"scripts": {
"build": "tsc --outDir ./esm"
},
"exports": {
".": {
"types": "./esm/index.d.ts",
"import": "./esm/index.js"
}
},
"files": [
"esm",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/furystack/furystack.git"
},
"keywords": [
"FuryStack",
"HTTP",
"REST",
"API",
"typed API",
"TypeScript"
],
"publishConfig": {
"access": "public"
},
"author": "Gallay Lajos <gallay.lajos@gmail.com>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/furystack/furystack/issues"
},
"homepage": "https://github.com/furystack/furystack",
"dependencies": {
"@furystack/core": "^17.1.0",
"@furystack/inject": "^13.0.1"
},
"devDependencies": {
"@types/node": "^25.9.1",
"typescript": "^6.0.3",
"vitest": "^4.1.7"
},
"engines": {
"node": ">=22.0.0"
},
"sideEffects": false
}