UNPKG

@nestia/fetcher

Version:

Fetcher library of Nestia SDK

45 lines 985 B
{ "name": "@nestia/fetcher", "version": "10.0.2", "description": "Fetcher library of Nestia SDK", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "rimraf lib && tsc", "dev": "tsc -p tsconfig.test.json --watch", "eslint": "eslint src", "eslint:fix": "eslint src --fix" }, "repository": { "type": "git", "url": "https://github.com/samchon/nestia" }, "keywords": [ "nestia", "fetcher", "sdk" ], "author": "Jeongho Nam", "license": "MIT", "bugs": { "url": "https://github.com/samchon/nestia/issues" }, "homepage": "https://nestia.io", "dependencies": { "@samchon/openapi": "^6.0.0" }, "devDependencies": { "@types/node": "^18.11.14", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "rimraf": "^6.0.1", "typescript": "~5.9.3" }, "files": [ "README.md", "LICENSE", "package.json", "lib", "src" ] }