You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
673 B
31 lines
673 B
|
2 months ago
|
{
|
||
|
|
"name": "aegis-mp-sdk",
|
||
|
|
"version": "1.38.4",
|
||
|
|
"description": "aegis sdk for wechat and qq mini program",
|
||
|
|
"author": "tickli <tickli@tencent.com>",
|
||
|
|
"homepage": "",
|
||
|
|
"types": "lib/packages/mp-sdk/src/index.d.ts",
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "lib/aegis.min",
|
||
|
|
"directories": {
|
||
|
|
"lib": "lib",
|
||
|
|
"test": "__tests__"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib"
|
||
|
|
],
|
||
|
|
"buildOptions": {
|
||
|
|
"name": "Aegis",
|
||
|
|
"format": "umd"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/sinon": "^10.0.13",
|
||
|
|
"miniprogram-api-typings": "^3.11.0",
|
||
|
|
"miniprogram-simulate": "^1.5.7",
|
||
|
|
"sinon": "^14.0.0"
|
||
|
|
}
|
||
|
|
}
|