{ "name": "@nativescript/template-hello-world-ng", "main": "./src/main.ts", "version": "8.0.7", "author": "NativeScript Team ", "description": "NativeScript Application", "license": "SEE LICENSE IN ", "publishConfig": { "access": "public" }, "files": [ "App_Resources", "hooks", "src", "tools", "!tools/assets", ".editorconfig", "references.d.ts", "tsconfig.json" ], "keywords": [ "nativescript", "mobile", "angular", "{N}", "template" ], "repository": "", "bugs": { "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { "@angular/animations": "~20.2.0", "@angular/common": "~20.2.0", "@angular/compiler": "~20.2.0", "@angular/core": "~20.2.0", "@angular/forms": "~20.2.0", "@angular/platform-browser": "~20.2.0", "@angular/platform-browser-dynamic": "~20.2.0", "@angular/router": "~20.2.0", "@nativescript/angular": "^20.0.0", "@nativescript/core": "~9.0.0", "@nativescript/tailwind": "^2.1.0", "@nativescript/theme": "~3.0.1", "rxjs": "^7.8.0", "zone.js": "~0.15.0" }, "devDependencies": { "@angular-devkit/build-angular": "~20.2.0", "@angular/compiler-cli": "~20.2.0", "@nativescript/android": "~9.0.0", "@nativescript/ios": "~9.0.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~20.2.0", "tailwindcss": "~3.2.4", "typescript": "~5.8.0" }, "private": "true", "readme": "NativeScript Application" }