-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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"
}
}