UNPKG

ngx-fastboot

Version:

ngx-fastboot is an Angular library designed to dynamically load configuration settings at runtime, optimizing application startup performance by offloading configurations to a separate compilation chunk.

101 lines (100 loc) 2.9 kB
{ "name": "ngx-fastboot", "version": "2.1.0", "sideEffects": false, "description": "ngx-fastboot is an Angular library designed to dynamically load configuration settings at runtime, optimizing application startup performance by offloading configurations to a separate compilation chunk.", "scripts": { "test": "jest", "build": "tsup", "lint": "eslint 'src/**/*.ts'", "lint:fix": "eslint 'src/**/*.ts' --fix", "release": "semantic-release", "prepare": "husky", "node": "node -v" }, "module": "./dist/index.mjs", "typings": "./dist/index.d.mts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./dist/index.d.mts", "esm2022": "./dist/index.mjs", "esm": "./dist/index.mjs", "default": "./dist/index.mjs" } }, "keywords": [ "angular", "boot", "lazy", "configuration", "providers", "dynamic", "performance", "fastboot" ], "readme": "README.md", "author": "Iacopo Ciao", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/KernelPanic92/ngx-fastboot.git" }, "bugs": { "url": "https://github.com/KernelPanic92/ngx-fastboot/issues" }, "packageManager": "pnpm@10.4.1", "engines": { "node": ">=20.10.0", "pnpm": ">=9.15.0" }, "pnpm": { "executionEnv": { "nodeVersion": "20.10.0" } }, "peerDependencies": { "@angular/core": "^19.0.0", "@angular/platform-browser": "^19.0.0" }, "devDependencies": { "@angular-eslint/builder": "19.1.0", "@angular-eslint/eslint-plugin": "19.1.0", "@angular-eslint/eslint-plugin-template": "19.1.0", "@angular-eslint/schematics": "19.1.0", "@angular-eslint/template-parser": "19.1.0", "@commitlint/cli": "19.7.1", "@commitlint/config-angular": "19.7.1", "@commitlint/config-conventional": "19.7.1", "@commitlint/format": "19.5.0", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.17.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "github:semantic-release/git", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.1", "commitlint": "19.7.1", "eslint": "^9.17.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-simple-import-sort": "^12.1.1", "husky": "^9.1.7", "jest": "^29.7.0", "jest-preset-angular": "^14.4.2", "prettier": "^3.4.2", "semantic-release": "^24.0.0", "ts-jest": "^29.2.4", "tsup": "^8.2.4", "typescript": "~5.7.0" } }