UNPKG

@ng-apimock/test-application

Version:
103 lines (102 loc) 2.93 kB
{ "name": "@ng-apimock/test-application", "description": "Test application for ng-apimock", "version": "3.5.2", "homepage": "https://github.com/ng-apimock/test-application#readme", "author": { "name": "Mischa Dasberg", "email": "mischa@dasberg.nl" }, "main": "index.js", "scripts": { "ng": "ng", "prengapimock": "yarn build", "ngapimock": "node test/serve.js", "prebuild": "rimraf dist .ngapimock", "build": "ng build --configuration=production", "lint": "ng lint", "start": "ng serve --proxy-config proxy.config.json --host=0.0.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/ng-apimock/test-application.git" }, "bugs": { "url": "https://github.com/ng-apimock/test-application/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/ng-apimock/test-application/blob/master/LICENSE-MIT" } ], "keywords": [ "apimock", "ng-apimock", "test-application", "http", "api", "scenario", "mocking", "endpoints", "responses", "delay", "recording" ], "devDependencies": { "@angular/animations": "15.1.0", "@angular/cdk": "15.1.0", "@angular/common": "15.1.0", "@angular/compiler": "15.1.0", "@angular/core": "15.1.0", "@angular/forms": "15.1.0", "@angular/material": "15.1.0", "@angular/platform-browser": "15.1.0", "@angular/platform-browser-dynamic": "15.1.0", "@angular/router": "15.1.0", "@angular-devkit/build-angular": "15.1.1", "@angular-eslint/builder": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/schematics": "15.1.0", "@angular-eslint/template-parser": "15.1.0", "@angular/cli": "15.1.1", "@angular/compiler-cli": "15.1.0", "@commitlint/cli": "17.4.2", "@commitlint/config-conventional": "17.4.2", "@ng-apimock/core": "3.6.1", "@ng-apimock/dev-interface": "3.2.0", "@semantic-release/changelog": "6.0.2", "@semantic-release/commit-analyzer": "9.0.2", "@semantic-release/git": "10.0.1", "@semantic-release/github": "8.0.7", "@semantic-release/npm": "9.0.2", "@semantic-release/release-notes-generator": "10.0.3", "@types/node": "18.11.18", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "commitizen": "4.2.6", "eslint": "^8.31.0", "express": "4.18.2", "http-proxy-middleware": "2.0.6", "husky": "8.0.3", "lint-staged": "13.1.0", "rimraf": "4.0.4", "rxjs": "7.8.0", "semantic-release": "20.0.2", "tslib": "2.4.1", "ts-node": "10.9.1", "typescript": "4.9.4", "zone.js": "~0.12.0" }, "lint-staged": { "**/**.{ts}": [ "eslint --fix" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }