UNPKG

@nestia/fetcher

Version:

Fetcher library of Nestia SDK

70 lines 1.68 kB
{ "name": "@nestia/fetcher", "version": "11.2.1", "description": "Fetcher library of Nestia SDK", "main": "lib/index.js", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.mjs", "default": "./lib/index.js" }, "./lib/AesPkcs5": { "types": "./lib/AesPkcs5.d.ts", "import": "./lib/AesPkcs5.mjs", "default": "./lib/AesPkcs5.js" }, "./lib/EncryptedFetcher": { "types": "./lib/EncryptedFetcher.d.ts", "import": "./lib/EncryptedFetcher.mjs", "default": "./lib/EncryptedFetcher.js" }, "./package.json": "./package.json" }, "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": { "@typia/interface": "12.1.0", "@typia/utils": "12.1.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.3.0", "@types/node": "^25.3.3", "rimraf": "^6.1.3", "rollup": "^4.56.0", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-node-externals": "^8.1.2", "tinyglobby": "^0.2.16", "typescript": "~6.0.3" }, "files": [ "README.md", "LICENSE", "package.json", "lib", "src" ], "publishConfig": { "access": "public" }, "scripts": { "build": "rimraf lib && tsc && rollup -c", "dev": "rimraf lib && tsc --watch" }, "types": "lib/index.d.ts" }