UNPKG

costatus

Version:
67 lines (66 loc) 1.77 kB
{ "name": "costatus", "version": "1.0.3", "description": "HTTP response status codes", "author": "Mark <mark@remarkablemark.org>", "main": "cjs/index.js", "types": "cjs/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "clean": "rm -rf cjs coverage docs", "docs": "typedoc", "docs:watch": "npm run docs -- --watch", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "lint:tsc": "tsc --noEmit", "prepare": "husky", "prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run clean && npm run build", "test": "jest", "test:ci": "CI=true jest --ci --colors --coverage", "test:watch": "jest --watch" }, "repository": { "type": "git", "url": "git+https://github.com/corsmirror/costatus.git" }, "bugs": { "url": "https://github.com/corsmirror/costatus/issues" }, "keywords": [ "costatus", "http", "response", "status", "codes" ], "devDependencies": { "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@eslint/compat": "1.3.1", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.32.0", "@types/jest": "30.0.0", "@types/node": "24.2.0", "@typescript-eslint/eslint-plugin": "8.39.0", "@typescript-eslint/parser": "8.39.0", "eslint": "9.32.0", "eslint-plugin-prettier": "5.5.3", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.4.0", "globals": "16.3.0", "husky": "9.1.7", "jest": "30.0.5", "lint-staged": "16.1.4", "prettier": "3.6.2", "ts-jest": "29.4.1", "ts-node": "10.9.2", "typedoc": "0.28.9", "typescript": "5.9.2" }, "files": [ "cjs/", "src/" ], "license": "MIT" }