33 lines
831 B
JSON
33 lines
831 B
JSON
{
|
|
"name": "@alicloud/tea-util",
|
|
"version": "1.4.11",
|
|
"description": "",
|
|
"main": "dist/client.js",
|
|
"scripts": {
|
|
"test": "mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts",
|
|
"test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
|
|
"build": "tsc",
|
|
"prepublishOnly": "tsc"
|
|
},
|
|
"author": "Jackson Tian",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/mocha": "^7.0.1",
|
|
"@types/node": "^12.12.26",
|
|
"mocha": "^7.0.1",
|
|
"nyc": "^15.0.0",
|
|
"source-map-support": "^0.5.16",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"@alicloud/tea-typescript": "^1.5.1",
|
|
"@darabonba/typescript": "^1.0.0",
|
|
"kitx": "^2.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"repository": "git@github.com:aliyun/tea-util.git"
|
|
} |