@opengg/status-es
Version:
A lightweight, tree-shakable utility for HTTP status codes and reason phrases in TypeScript/JavaScript. Auto-generated and ESM-compatible.
66 lines (65 loc) • 1.57 kB
JSON
{
"name": "@opengg/status-es",
"description": "A lightweight, tree-shakable utility for HTTP status codes and reason phrases in TypeScript/JavaScript. Auto-generated and ESM-compatible.",
"author": "OpenGG <liy099@gmail.com>",
"license": "MIT",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/OpenGG/status-es.git"
},
"bugs": {
"url": "https://github.com/OpenGG/status-es/issues"
},
"homepage": "https://github.com/OpenGG/status-es",
"keywords": [
"http",
"status",
"codes",
"reason",
"phrases",
"utility",
"typescript",
"javascript",
"esm",
"tree-shakable",
"auto-generated",
"lightweight"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./reason-phrase": {
"types": "./dist/reason-phrase.d.ts",
"import": "./dist/reason-phrase.js"
},
"./status-code": {
"types": "./dist/status-code.d.ts",
"import": "./dist/status-code.js"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"build:sources": "tsx ./script/index.ts",
"build": "rslib build",
"check": "biome check --write",
"dev": "rslib build --watch",
"format": "biome format --write",
"test": "vitest run"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@rslib/core": "^0.11.0",
"@types/node": "^22.16.5",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}