123456789101112131415161718192021222324 |
- {
- "name": "issuer-plugin",
- "version": "1.0.0",
- "description": "",
- "main": ".eslintrc.js",
- "directories": {
- "doc": "doc"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://gitee.com/grf782802398_wengine/issuer-plugin.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.11.6",
- "gm-crypt": "0.0.2",
- "sm-crypto": "^0.3.13"
- }
- }
|