statuskit
Version:
Centralized HTTP status code constants for Node.js and TypeScript
24 lines (23 loc) • 614 B
JSON
{
"name": "statuskit",
"version": "1.0.2",
"description": "Centralized HTTP status code constants for Node.js and TypeScript",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc",
"test": "node ./dist/test/status-codes.test.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/xatrarana/statuskit.git"
},
"keywords": ["http", "status-codes", "typescript", "node"],
"author": "Chhatra Rana",
"license": "MIT",
"devDependencies": {
"typescript": "^5.0.0"
}
}