{ "name": "@alicloud/tea-xml", "version": "0.0.3", "description": "", "main": "dist/client.js", "scripts": { "test": "mocha -r ts-node/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", "dependencies": { "@alicloud/tea-typescript": "^1", "@types/xml2js": "^0.4.5", "xml2js": "^0.6.0" }, "files": [ "dist", "src" ], "nyc": { "extends": "@istanbuljs/nyc-config-typescript", "all": true, "check-coverage": true }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^0.1.3", "@types/mocha": "^5.2.7", "mocha": "^6.2.0", "ts-node": "^8.4.1", "typescript": "^3.6.3", "codecov": "^3.1.0", "rewire": "^4.0.1", "nyc": "^14.1.1" } }