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.
17 lines
418 B
17 lines
418 B
{
|
|
"name": "aegis-web-sdk",
|
|
"version": "1.38.6",
|
|
"description": "aegis sdk for web application",
|
|
"author": "tickli <tickli@tencent.com>",
|
|
"main": "lib/aegis.min",
|
|
"types": "lib/packages/web-sdk/src/index.d.ts",
|
|
"buildOptions": {
|
|
"name": "Aegis",
|
|
"format": "umd"
|
|
},
|
|
"license": "MIT",
|
|
"gitHead": "6af816b791a1e47f114c575ecc1b3b165d9e7e0e",
|
|
"dependencies": {
|
|
"web-vitals": "^3.4.0"
|
|
}
|
|
}
|
|
|