31 lines
704 B
JSON
31 lines
704 B
JSON
{
|
|
"name": "@alicloud/gateway-dingtalk",
|
|
"version": "1.0.2",
|
|
"description": "",
|
|
"main": "dist/client.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --timeout 3000 test/*.test.js",
|
|
"test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
|
|
"build": "tsc",
|
|
"prepublishOnly": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.26",
|
|
"nyc": "^15.0.0",
|
|
"source-map-support": "^0.5.16",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"@alicloud/tea-typescript": "^1.7.1",
|
|
"@alicloud/gateway-spi": "^0.0.8",
|
|
"@alicloud/tea-util": "^1.4.5"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
]
|
|
}
|