|
| 1 | +{ |
| 2 | + "name": "@cypress/angular", |
| 3 | + "version": "0.0.0-development", |
| 4 | + "description": "Test Angular Components using Cypress", |
| 5 | + "main": "dist/index.js", |
| 6 | + "scripts": { |
| 7 | + "prebuild": "rimraf dist", |
| 8 | + "build": "rollup -c rollup.config.mjs", |
| 9 | + "postbuild": "node ../../scripts/sync-exported-npm-with-cli.js", |
| 10 | + "check-ts": "tsc --noEmit", |
| 11 | + "lint": "eslint --ext .js,.ts,.json, ." |
| 12 | + }, |
| 13 | + "dependencies": {}, |
| 14 | + "devDependencies": { |
| 15 | + "@angular/common": "^14.2.0", |
| 16 | + "@angular/core": "^14.2.0", |
| 17 | + "@angular/platform-browser-dynamic": "^14.2.0", |
| 18 | + "@cypress/mount-utils": "0.0.0-development", |
| 19 | + "typescript": "^4.7.4", |
| 20 | + "zone.js": "~0.11.4" |
| 21 | + }, |
| 22 | + "peerDependencies": { |
| 23 | + "@angular/common": ">=13", |
| 24 | + "@angular/core": ">=13", |
| 25 | + "@angular/platform-browser-dynamic": ">=13", |
| 26 | + "zone.js": ">=0.11.0" |
| 27 | + }, |
| 28 | + "files": [ |
| 29 | + "dist" |
| 30 | + ], |
| 31 | + "types": "dist/index.d.ts", |
| 32 | + "license": "MIT", |
| 33 | + "repository": { |
| 34 | + "type": "git", |
| 35 | + "url": "https://github.com/cypress-io/cypress.git" |
| 36 | + }, |
| 37 | + "homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/angular/#readme", |
| 38 | + "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fangular&template=1-bug-report.md&title=", |
| 39 | + "keywords": [ |
| 40 | + "angular", |
| 41 | + "cypress", |
| 42 | + "cypress-io", |
| 43 | + "test", |
| 44 | + "testing" |
| 45 | + ], |
| 46 | + "contributors": [ |
| 47 | + { |
| 48 | + "name": "Jordan Powell", |
| 49 | + "social": "@jordanpowell88" |
| 50 | + }, |
| 51 | + { |
| 52 | + "name": "Zach Williams", |
| 53 | + "social": "@ZachJW34" |
| 54 | + } |
| 55 | + ], |
| 56 | + "module": "dist/index.js", |
| 57 | + "publishConfig": { |
| 58 | + "access": "public" |
| 59 | + }, |
| 60 | + "nx": { |
| 61 | + "targets": { |
| 62 | + "build": { |
| 63 | + "outputs": [ |
| 64 | + "{workspaceRoot}/cli/angular" |
| 65 | + ] |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
| 69 | + "standard": { |
| 70 | + "globals": [ |
| 71 | + "Cypress", |
| 72 | + "cy", |
| 73 | + "expect" |
| 74 | + ] |
| 75 | + } |
| 76 | +} |
0 commit comments