UNPKG

@angular-plugins/npm

Version:

Npm Plugin for Angular and Nx Repos

39 lines (38 loc) 954 B
{ "name": "@angular-plugins/npm", "version": "0.0.7-beta", "private": false, "description": "Npm Plugin for Angular and Nx Repos", "repository": { "type": "git", "url": "git+https://github.com/SebasG22/angular-plugins" }, "keywords": [ "Angular", "React", "Web", "Jest", "Karma", "Stryker", "Mutation Testing", "Nx" ], "main": "index.js", "types": "index.d.ts", "author": "Sebastian Guevara", "license": "MIT", "bugs": { "url": "https://github.com/SebasG22/angular-plugins/issues" }, "homepage": "https://angular-plugins.com", "schematics": "./collection.json", "builders": "./builders.json", "peerDependencies": { "@nrwl/workspace": "*" }, "dependencies": { "@angular-devkit/architect": "^0.803.2", "@angular-devkit/core": "^8.3.2", "@angular-devkit/schematics": "8.3.3" } }