28 lines
680 B
JSON
28 lines
680 B
JSON
{
|
|
"name": "@alicloud/endpoint-util",
|
|
"version": "0.0.2",
|
|
"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",
|
|
"ci": "npm run test-cov && codecov",
|
|
"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",
|
|
"ts-node": "^8.6.2",
|
|
"typescript": "^3.7.5",
|
|
"nyc": "^15.0.1"
|
|
},
|
|
"dependencies": {},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
]
|
|
} |