UNPKG

596 BJSONView Raw
1{
2 "name": "@transloadit/prettier-bytes",
3 "version": "0.3.2",
4 "repository": {
5 "type": "git",
6 "url": "git://github.com/transloadit/monolib.git",
7 "directory": "packages/prettier-bytes"
8 },
9 "license": "MIT",
10 "main": "dist/prettierBytes.js",
11 "types": "dist/prettierBytes.d.ts",
12 "directories": {
13 "lib": "dist",
14 "test": "dist"
15 },
16 "scripts": {
17 "test": "echo \"Error: run tests from root\" && exit 1",
18 "tsc": "tsc --build --clean && tsc --build"
19 },
20 "publishConfig": {
21 "access": "public"
22 },
23 "gitHead": "0a3041d61326d5de201cb1728e1a1a2d7a0cd5bc"
24}