{ "name": "oak-external-sdk", "version": "1.0.13", "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/node": "^20.6.1", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^5.2.2" }, "dependencies": { "@alicloud/pop-core": "^1.7.12", "cheerio": "^1.0.0-rc.12", "isomorphic-fetch": "^3.0.0", "tencentcloud-sdk-nodejs": "^4.0.686", "ts-md5": "^1.3.1" } }