{ "name": "@pushrocks/early", "version": "3.0.1", "private": false, "description": "minimal and fast loading plugin for startup time measuring", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tsrun test/test.ts)", "build": "(npmts)" }, "repository": { "type": "git", "url": "git+https://gitlab.com/pushrocks/early.git" }, "keywords": [ "preloader" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/early/issues" }, "homepage": "https://gitlab.com/pushrocks/early#readme", "devDependencies": { "@gitzone/tsrun": "^1.1.9", "@pushrocks/smartdelay": "^2.0.1", "@pushrocks/tapbundle": "^3.0.1" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "beautycolor": "^1.0.11" } }