{
    "name": "@unilygrouplimited/angular-sdk",
    "version": "1.0.11",
    "description": "This SDK provides the tools needed to support Angular Module Federation development within Unily",
    "scripts": {
        "build": "tsc -p tsconfig.json",
        "watch": "tsc -p tsconfig.json --watch",
        "test": "npm run build && jasmine src/**/*.spec.js"
    },
    "keywords": [
        "angular",
        "schematics",
        "module-federation"
    ],
    "author": "Unily",
    "license": "UNLICENSED",
    "schematics": "./src/collection.json",
    "dependencies": {
        "rxjs": "^6.6.7"
    },
    "devDependencies": {
        "@angular-devkit/core": "^15.2.1",
        "@angular-devkit/schematics": "^15.2.1",
        "@schematics/angular": "^15.2.1",
        "@types/jasmine": "~4.3.0",
        "@types/node": "^14.15.0",
        "@types/uuid": "^9.0.1",
        "jasmine": "^4.0.0",
        "typescript": "~4.9.3"
    }
}
