{ "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": "^12.2.0", "@angular/common": "^12.2.0", "@angular/compiler": "^12.2.0", "@angular/core": "^12.2.0", "@angular/forms": "^12.2.0", "@angular/platform-browser": "^12.2.0", "@angular/platform-browser-dynamic": "^12.2.0", "@angular/router": "^12.2.0", "@nativescript/angular": "^12.2.0", "@nativescript/core": "~8.1.0", "@nativescript/theme": "~3.0.1", "rxjs": "^6.6.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular/compiler-cli": "^12.2.0", "@nativescript/ios": "8.1.0", "@nativescript/types": "~8.1.0", "@nativescript/webpack": "~5.0.0", "@ngtools/webpack": "^12.2.0", "typescript": "~4.3.5" }, "private": "true", "readme": "NativeScript Application" }