{
  "name": "<%= utils.sanitize(appname) %>",
  "license": "SEE LICENSE IN <your-license-filename>",
  "version": "0.0.0",
  "nativescript": {
    "id": "org.nativescript.<%= utils.sanitize(appname) %>"
  },
  "scripts": {
    "reset": "npx rimraf -- hooks node_modules platforms && npm run js.clean",
    "clean": "npm run js.clean",
    "js.clean": "npx rimraf -- app/**/*.js",
    "prepare.ios.release": "tns prepare ios --release",
    "prepare.android.release": "tns prepare android --release",
    "build.ios": "tns build ios --bundle --env.aot --env.uglify --release",
    "build.android": "tns build android --bundle --env.aot --env.uglify --release",
    "debug.ios": "tns debug ios --bundle",
    "debug.android": "tns debug android --bundle",
    "postinstall": "node ./tools/xplat-postinstall.js"
  },
  "dependencies": {
    "@angular/animations": "file:../../node_modules/@angular/animations",
    "@angular/common": "file:../../node_modules/@angular/common",
    "@angular/compiler": "file:../../node_modules/@angular/compiler",
    "@angular/core": "file:../../node_modules/@angular/core",
    "@angular/forms": "file:../../node_modules/@angular/forms",
    "@angular/platform-browser": "file:../../node_modules/@angular/platform-browser",
    "@angular/platform-browser-dynamic": "file:../../node_modules/@angular/platform-browser-dynamic",
    "@angular/router": "file:../../node_modules/@angular/router",
    "@ngx-translate/core": "file:../../node_modules/@ngx-translate/core",
    "@nrwl/nx": "file:../../node_modules/@nrwl/nx",
    "@ngrx/effects": "file:../../node_modules/@ngrx/effects",
    "@ngrx/router-store": "file:../../node_modules/@ngrx/router-store",
    "@ngrx/store": "file:../../node_modules/@ngrx/store",
    "@<%= npmScope %>/nativescript": "file:../../xplat/nativescript",
    "@<%= npmScope %>/scss": "file:../../libs/scss",
    "nativescript-angular": "file:../../node_modules/nativescript-angular",
    "nativescript-ngx-fonticon": "file:../../node_modules/nativescript-ngx-fonticon",
    "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
    "reflect-metadata": "file:../../node_modules/reflect-metadata",
    "rxjs": "file:../../node_modules/rxjs",
    "tns-core-modules": "file:../../node_modules/tns-core-modules",
    "zone.js": "file:../../node_modules/zone.js"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~7.2.0",
    "@angular/language-service": "file:../../node_modules/@angular/language-service",
    "@ngtools/webpack": "~7.2.0",
    "codelyzer": "file:../../node_modules/codelyzer",
    "nativescript-dev-webpack": "~0.20.0",
    "terser-webpack-plugin": "file:../../node_modules/terser-webpack-plugin",
    "tns-platform-declarations": "file:../../node_modules/tns-platform-declarations",
    "typescript": "file:../../node_modules/typescript"
  }
}
