UNPKG

angular-fire-schematics

Version:
55 lines (54 loc) 1.78 kB
{ "name": "angular-fire-schematics", "version": "1.0.0", "description": "AngularFire Schematics", "scripts": { "build": "tsc -p tsconfig.json", "clean": "git checkout HEAD -- sandbox && git clean -f -d sandbox", "commit": "git-cz", "link:schematic": "yarn link && cd sandbox && yarn link \"angular-fire-schematic\"", "sandbox:add": "cd sandbox && ng g angular-fire-schematic:add", "test": "yarn clean && yarn sandbox:add && yarn test:sandbox", "test:ci": "yarn clean && cd sandbox && yarn && ng g angular-fire-schematic:add --apiKey='' --authDomain='' --databaseURL='' --projectId='' --storageBucket='' --messagingSenderId='' && yarn lint && yarn build", "test:unit": "yarn build && jasmine src/**/*_spec.js", "test:sandbox": "cd sandbox && yarn lint && yarn test && yarn build", "semantic-release": "semantic-release" }, "keywords": [ "schematics", "AngularFire", "ng-add" ], "author": "Brian Love", "license": "MIT", "schematics": "./src/collection.json", "engines": { "node": ">=8.11.0" }, "dependencies": { "@angular-devkit/core": "^7.1.3", "@angular-devkit/schematics": "^7.1.3", "@angular/cdk": "^7.1.1", "@schematics/angular": "^7.1.3", "@types/jasmine": "^2.6.0", "@types/node": "^8.0.31", "jasmine": "^2.8.0", "tslint": "^5.11.0", "typescript": "^2.5.2" }, "devDependencies": { "@angular-devkit/schematics-cli": "^0.11.3", "commitizen": "^3.0.5", "cz-conventional-changelog": "2.1.0", "semantic-release": "^15.13.0" }, "repository": { "type": "git", "url": "https://github.com/blove/angular-fire-schematics.git" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }