{ "name": "fflate", "version": "0.0.1", "description": "Native performance (de)compression in a 3kB package", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/101arrowz/fflate", "author": "Arjun Barrett", "license": "MIT", "scripts": { "build": "tsc && tsc --project tsconfig.esm.json", "test": "node test.js", "prepublish": "yarn build" }, "devDependencies": { "pako": "^1.0.11", "typescript": "^4.0.2", "uzip": "^0.20200919.0" } }