UNPKG

@chatie/angular

Version:

Wechaty Component NgModule

49 lines 1.18 kB
{ "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "@chatie/angular", "version": "0.8.3", "description": "Wechaty Component NgModule", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/chatie/angular.git" }, "keywords": [ "angular", "ngmodule", "chatbot", "chatie", "wechat", "wechaty" ], "author": "Huan LI <zixia@zixia.net>", "bugs": { "url": "https://github.com/chatie/angular/issues" }, "homepage": "https://github.com/chatie/angular#readme", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { "brolog": ">=1", "rxjs": ">=6", "state-switch": "*" }, "publishConfig": { "access": "public", "tag": "latest" }, "git": { "scripts": { "pre-push": "npx git-scripts-pre-push" } }, "main": "bundles/chatie-angular.umd.js", "module": "fesm2015/chatie-angular.js", "es2015": "fesm2015/chatie-angular.js", "esm2015": "esm2015/chatie-angular.js", "fesm2015": "fesm2015/chatie-angular.js", "typings": "chatie-angular.d.ts", "metadata": "chatie-angular.metadata.json", "sideEffects": false }