{ "name": "@pushrocks/early", "version": "3.0.5", "private": false, "description": "minimal and fast loading plugin for startup time measuring", "main": "dist_ts/index.js", "typings": "dist_ts/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.2.8", "@pushrocks/smartdelay": "^2.0.6", "@pushrocks/tapbundle": "^3.2.1", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/consolecolor": "^2.0.1", "@pushrocks/smartpromise": "^3.0.6" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }