{ "name": "oak-external-sdk", "version": "2.3.10", "description": "", "author": { "name": "XuChang" }, "main": "lib/index", "module": "es/index", "types": "es/index.d.ts", "typings": "es/index.d.ts", "files": [ "lib/**/*", "es/**/*" ], "scripts": { "test": "ts-node test/test.ts", "build": "tsc -p tsconfig.json && tsc -p tsconfig.es.json" }, "license": "ISC", "devDependencies": { "@types/ali-oss": "^6.16.11", "@types/node": "^20.6.1", "@types/proj4": "^2.5.5", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^5.2.2" }, "dependencies": { "@alicloud/dysmsapi20170525": "^2.0.24", "@alicloud/pop-core": "^1.7.12", "ali-oss": "^6.20.0", "aws-sdk": "^2.1499.0", "cheerio": "^1.0.0-rc.12", "cos-wx-sdk-v5": "^1.7.1", "isomorphic-fetch": "^3.0.0", "oak-domain": "^5.1.27", "proj4": "^2.15.0", "tencentcloud-sdk-nodejs": "^4.0.746", "ts-md5": "^1.3.1" } }