{ "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": "~14.0.0", "@angular/common": "~14.0.0", "@angular/compiler": "~14.0.0", "@angular/core": "~14.0.0", "@angular/forms": "~14.0.0", "@angular/platform-browser": "~14.0.0", "@angular/platform-browser-dynamic": "~14.0.0", "@angular/router": "~14.0.0", "@nativescript/angular": "^14.0.0", "@nativescript/core": "~8.2.0", "@nativescript/theme": "~3.0.1", "rxjs": "^7.5.0", "zone.js": "~0.11.5" }, "devDependencies": { "@angular-devkit/build-angular": "~14.0.0", "@angular/compiler-cli": "~14.0.0", "@nativescript/android": "~8.2.0", "@nativescript/ios": "~8.2.0", "@nativescript/types": "~8.2.0", "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "~14.0.0", "typescript": "~4.7.4" }, "private": "true", "readme": "NativeScript Application" }