UNPKG

@transloadit/prettier-bytes

Version:

> Even though this module is publicly accessible, we do not recommend using it in projects outside of [Transloadit](https://transloadit.com). We won't make any guarantees about its workings and can change things at any time, we won't adhere strictly to Se

26 lines (25 loc) 579 B
{ "name": "@transloadit/prettier-bytes", "version": "1.0.1", "repository": { "type": "git", "url": "git://github.com/transloadit/monolib.git", "directory": "packages/prettier-bytes" }, "license": "MIT", "main": "dist/prettierBytes.js", "types": "dist/prettierBytes.d.ts", "files": [ "dist", "src", "!*.test.*" ], "scripts": { "prepack": "tsc --build", "test": "tsc --build && node --test --enable-source-maps", "test:watch": "node --test --enable-source-maps --watch" }, "publishConfig": { "access": "public" } }