{ "name": "abp-ng2-module", "version": "6.4.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "publish": "ng buld abp-ng2-module --prod && cd dist && cd abp-ng2-module && npm publish" }, "private": false, "keywords": [ "angular", "angular9", "angular 9", "aspnetboilerplate" ], "author": { "name": "Halil İbrahim Kalkan", "email": "hi_kalkan@yahoo.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aspnetboilerplate/abp-ng2-module" }, "bugs": { "url": "https://github.com/aspnetboilerplate/abp-ng2-module/issues" }, "dependencies": { "@angular/animations": "~13.1.2", "@angular/common": "~13.1.2", "@angular/compiler": "~13.1.2", "@angular/core": "~12.2.8", "@angular/forms": "~13.1.2", "@angular/platform-browser": "~13.1.2", "@angular/platform-browser-dynamic": "~13.1.2", "@angular/router": "~13.1.2", "rxjs": "~6.6.3", "tslib": "^2.3.1", "zone.js": "~0.11.4", "abp-web-resources": "5.4.0" }, "devDependencies": { "@angular-devkit/build-angular": "~13.1.2", "@angular-devkit/build-ng-packagr": "~0.1002.0", "@angular/cli": "~12.2.8", "@angular/compiler-cli": "~13.1.2", "@angular/language-service": "~13.1.2", "@types/node": "^16.10.2", "@types/jasmine": "~3.6.2", "@types/jasminewd2": "~2.0.3", "codelyzer": "^6.0.1", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~6.0.0", "karma": "~6.3.11", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~4.0.1", "karma-jasmine-html-reporter": "^1.5.4", "ng-packagr": "^13.1.3", "protractor": "~7.0.0", "ts-node": "~9.1.1", "tslint": "~6.1.3", "typescript": "~4.5.4" } }