content-range
Version:
Content-Range header formatter .
37 lines (36 loc) • 930 B
JSON
{
"name": "content-range",
"version": "2.0.2",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/content-range.esm.js",
"typings": "dist/index.d.ts",
"description": "Content-Range header formatter .",
"scripts": {
"test": "tsdx test",
"watch": "tsdx watch",
"build": "tsdx build",
"prepublishOnly": "npm run build",
"release": "standard-version && conventional-github-releaser --preset angular"
},
"repository": "github:gregberge/content-range",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"keywords": [
"content-range",
"header",
"formatter",
"parser"
],
"author": "Greg Bergé <berge.greg@gmail.com>",
"license": "MIT",
"devDependencies": {
"conventional-github-releaser": "^3.1.5",
"standard-version": "^9.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.4.2"
}
}