36 lines
850 B
JSON
36 lines
850 B
JSON
{
|
|
"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",
|
|
"build-es": "tsc -p tsconfig.es.json"
|
|
},
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.31",
|
|
"ts-node": "~10.9.1",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "~4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@alicloud/pop-core": "^1.7.12",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"tencentcloud-sdk-nodejs": "^4.0.525",
|
|
"ts-md5": "^1.3.1"
|
|
}
|
|
}
|