UNPKG

readiness-manager

Version:

👨‍💼 Define when your app is ready

22 lines 484 B
{ "name": "readiness-manager", "version": "1.2.0", "description": "👨‍💼 Define when your app is ready", "main": "./dist/src/index.js", "dependencies": { "@fiverr-private/obs": "^1.35.0" }, "exports": { ".": "./dist/src/index.js", "./tests/mock": "./dist/tests/mock.js", "./package.json": "./package.json" }, "types": "./dist/src/index.d.ts", "nx": { "tags": [ "scope:lib", "package_core", "package_core:lib" ] } }