UNPKG

@woogie0303/easyfetch

Version:

#### [한국어 버전](./README_KO.md)

63 lines (62 loc) 1.63 kB
{ "name": "@woogie0303/easyfetch", "version": "0.1.4", "description": "", "exports": { ".": { "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" }, "import": { "types": "./dist/esm/index.d.mts", "default": "./dist/esm/index.mjs" } } }, "scripts": { "prepare": "husky && husky install", "type-check": "tsc -p tsconfig.json --noEmit", "lint-staged": "lint-staged", "eslint": "eslint src/**/*", "lint": "pnpm run eslint & pnpm run type-check", "test": "vitest", "test:run": "vitest run", "build": "pnpm run clean && rollup -c", "clean": "pnpm rimraf build/**/*", "prepublishOnly": "pnpm run test:run && pnpm run build" }, "keywords": [ "fetch", "EasyFetch", "Nextjs", "interceptor", "headers", "axios" ], "repository": { "type": "git", "url": "https://github.com/woogie0303/easyFetch" }, "author": "Dong Wook Kang", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "@vitest/coverage-v8": "^2.0.5", "eslint": "8.57.0", "husky": "^9.1.1", "lint-staged": "^15.2.7", "rimraf": "^6.0.1", "rollup": "^4.20.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.1", "tslib": "^2.6.3", "typescript": "^5.5.4", "vitest": "^2.0.4" } }