UNPKG

@chuxingpay/licheng

Version:

### 安装

39 lines (38 loc) 802 B
{ "name": "@chuxingpay/licheng", "version": "1.0.5", "description": "", "license": "ISC", "main": "index.js", "keywords": [ "fuxun", "sdk", "licheng" ], "repository": { "type": "git", "url": "git@code.chuxingpay.cn:npm/licheng.git" }, "scripts": { "test": "cross-env NODE_ENV=test mocha test", "doc": "gitbook serve docs book", "lint": "standard", "lint:fix": "standard --fix" }, "devDependencies": { "chai": "^4.2.0", "cross-env": "^6.0.3", "debug": "^4.1.1", "mocha": "^6.2.0", "moment": "^2.24.0", "sinon": "^7.5.0" }, "dependencies": { "crypto-js": "^4.0.0", "fast-xml-parser": "^3.15.1", "lodash": "^4.17.15", "teambition": "^2.1.2", "xml-js": "^1.6.11", "xmlbuilder": "^15.1.1" } }