@naverpay/es-http-status-codes
Version:
A lightweight, tree-shakable utility for HTTP status codes and reason phrases in TypeScript/JavaScript. Auto-generated and ESM-compatible.
59 lines • 1.48 kB
JSON
{
"name": "@naverpay/es-http-status-codes",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "https://github.com/NaverPayDev/pie/tree/main/packages/es-http-status-codes"
},
"bugs": {
"url": "https://github.com/NaverPayDev/pie/issues"
},
"homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/es-http-status-codes/",
"sideEffects": false,
"description": "A lightweight, tree-shakable utility for HTTP status codes and reason phrases in TypeScript/JavaScript. Auto-generated and ESM-compatible.",
"keywords": [
"http",
"status",
"codes",
"reason",
"phrases",
"utility",
"typescript",
"javascript",
"esm",
"tree-shakable",
"auto-generated",
"lightweight"
],
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/cjs/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"ts-jest": "^29.2.2"
},
"author": "@NaverPayDev/frontend",
"license": "MIT",
"scripts": {
"clean": "rm -rf dist",
"generate": "node ./script/index.js",
"test": "jest",
"build": "pnpm clean && vite build"
}
}