{ "name": "irstea-ng-model", "version": "1.0.0", "description": "Runtime library for the composer package irstea/ng-model-generator-bundle.", "main": "dist/index.js", "directories": {}, "scripts": { "build": "tsc -p tsconfig.lib.json", "lint": "eslint --fix '{src,tests}/**/*.{js,ts}' --quiet --fix", "test": "jest", "test:lint": "eslint '{src,tests}/**/*.{js,ts}'", "test:compile-generated": "cd tests/Fixtures && npm install && tsc --pretty" }, "repository": { "type": "git", "url": "git@gitlab-ssh.irstea.fr:pole-is/bundles/ng-model-generator-bundle.git" }, "keywords": [ "angular", "api-platform" ], "author": "Irstea - pôle IS", "license": "LGPL-3.0-or-later", "peerDependencies": { "@angular/common": "^7", "@angular/core": "^7" }, "dependencies": { "lodash": "^4.4.168", "rxjs": "^6.5.3", "rxjs-etc": "^9.6.2" }, "devDependencies": { "@angular/common": "^7", "@angular/core": "^7", "@tsconfig/node10": "^1.0.7", "@types/jest": "^26.0.x", "@types/lodash": "^4.14.168", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "eslint": "^7.20.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-prettier": "^3.3.1", "jest": "^26.0", "jest-in-case": "^1.0.2", "prettier": "^2.2.1", "rxjs-marbles": "^5.0.3", "ts-jest": "^26.5.1", "typescript": "^3.7.2", "zone.js": "~0.8.26" } }