{ "description": "NativeScript Stripe Demo Application", "license": "MIT", "readme": "NativeScript Stripe Demo Application", "repository": "", "nativescript": { "id": "org.nativescript.stripe.demoangular", "tns-ios": { "version": "6.8.0" }, "tns-android": { "version": "6.8.0" } }, "dependencies": { "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", "@angular/core": "~10.0.0", "@angular/forms": "~10.0.0", "@angular/platform-browser": "~10.0.0", "@angular/platform-browser-dynamic": "~10.0.0", "@angular/router": "~10.0.0", "@nativescript/angular": "~10.0.0", "nativescript-stripe": "file:../src", "nativescript-theme-core": "~2.0.24", "reflect-metadata": "^0.1.13", "rxjs": "^6.3.3", "zone.js": "~0.10.3" }, "devDependencies": { "@angular/compiler-cli": "~10.0.0", "@ngtools/webpack": "~10.0.0", "lazy": "1.0.11", "@nativescript/webpack": "^2.1.3", "tslint": "~5.4.3", "typescript": "~3.9.0" }, "scripts": { "build.plugin": "cd ../src && npm run build", "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'" } }