UNPKG

http-sts

Version:
44 lines (43 loc) 1.14 kB
{ "name": "http-sts", "version": "1.1.4", "description": "HTTP status codes", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "tsc", "build": "tsc", "test": "echo \"Error: no test specified\"", "format": "prettier --write \"src/**/*.ts\" \"dist/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/AndreiLucaci/http-sts.git" }, "keywords": [ "http status codes", "http", "status", "codes", "MDN", "MDN status codes" ], "author": "Andrei Lucaci", "license": "MIT", "bugs": { "url": "https://github.com/AndreiLucaci/http-sts/issues" }, "homepage": "https://github.com/AndreiLucaci/http-sts#readme", "devDependencies": { "prettier": "^2.1.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.5" } }