UNPKG

@yehia2amer/ngx-inline-editor

Version:

Follow me [![twitter](https://img.shields.io/twitter/follow/carlillo.svg?style=social&label=%20carlillo)](https://twitter.com/carlillo) to be notified about new releases.

149 lines (148 loc) 3.95 kB
{ "name": "@yehia2amer/ngx-inline-editor", "version": "1.0.0-development", "description": "", "$schema": "./node_modules/ng-packagr/package.schema.json", "scripts": { "build": "ng-packagr -p package.json && cp README.md dist", "build:watch": "ng-packagr -p package.json --watch", "test": "jest -c jest.config.js", "test:watch": "jest -c jest.config.js --watchAll", "github-pages": "push-dir --dir=playground/dist --branch=gh-pages --overwrite-local", "precommit": "lint-staged", "commit": "git-cz", "commitmsg": "commitlint -e $GIT_PARAMS", "demo": "cd playground && npm start", "semantic-release": "semantic-release", "setup": "semantic-release-cli setup", "contributors:add": "all-contributors add", "contributors:generate": "all-contributors generate" }, "publishConfig": { "access": "public" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "lint-staged": { "*.ts": [ "prettier --write", "git add" ] }, "bugs": { "url": "https://github.com/qontu/ngx-inline-editor/issues" }, "homepage": "https://github.com/qontu/ngx-inline-editor#readme", "repository": { "type": "git", "url": "https://github.com/qontu/ngx-inline-editor" }, "author": { "name": "Carlos Caballero", "email": "caballerog.carlos@gmail.com" }, "maintainers": [ { "name": "Carlos Caballero", "email": "caballerog.carlos@gmail.com" }, { "name": "Toni Villena", "email": "tonivj5@gmail.com" } ], "keywords": [ "angular", "angular4", "angular5", "angular6", "inline-editor" ], "ngPackage": { "lib": { "entryFile": "./src/public_api.ts", "languageLevel": [ "dom", "es2017" ] }, "whitelistedNonPeerDependencies": [ "@qontu/component-store" ] }, "dependencies": { "@qontu/component-store": "^0.1.0" }, "devDependencies": { "@angular-devkit/build-angular": "~0.12.1", "@angular/animations": "^7.2.0", "@angular/cli": "~7.2.1", "@angular/common": "7.2.0", "@angular/compiler": "7.2.0", "@angular/compiler-cli": "7.2.0", "@angular/core": "7.2.0", "@angular/forms": "7.2.0", "@angular/http": "^7.2.0", "@angular/language-service": "^7.2.0", "@angular/platform-browser": "^7.2.0", "@angular/platform-browser-dynamic": "^7.2.0", "@angular/router": "^7.2.0", "@commitlint/cli": "^7.3.1", "@commitlint/config-angular": "^7.3.1", "@commitlint/config-conventional": "^7.3.1", "@netbasal/spectator": "3.1.3", "ng-mocks": "^7.4.0", "@semantic-release/changelog": "^3.0.1", "@semantic-release/git": "^7.0.6", "@semantic-release/npm": "^5.1.2", "@types/jest": "^23.3.12", "@types/jsdom": "^12.2.1", "@types/node": "~10.12.18", "all-contributors-cli": "^5.4.1", "commitizen": "^3.0.5", "core-js": "^2.6.2", "cz-conventional-changelog": "^2.1.0", "husky": "^1.3.1", "jest": "^23.6.0", "jest-preset-angular": "^6.0.2", "lint-staged": "^7.3.0", "ng-packagr": "^4.5.0", "prettier": "^1.15.3", "push-dir": "^0.4.1", "rxjs": "^6.3.3", "semantic-release": "^15.13.1", "semantic-release-cli": "^4.1.0", "ts-jest": "^23.10.5", "ts-node": "~7.0.1", "tslib": "^1.9.3", "tslint": "^5.12.1", "typescript": "~3.2.2", "tsickle": "^0.34.0", "zone.js": "~0.8.27" }, "release": { "verifyConditions": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ], "prepare": [ "@semantic-release/changelog", { "path": "@semantic-release/npm", "pkgRoot": "dist" }, "@semantic-release/git" ], "publish": [ { "path": "@semantic-release/npm", "pkgRoot": "dist" } ] }, "license": "MIT" }