UNPKG

897 BJSONView Raw
1{
2 "name": "@alicloud/tea-typescript",
3 "version": "1.7.2",
4 "description": "",
5 "main": "dist/tea.js",
6 "types": "dist/tea.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:aliyun/tea-typescript.git"
10 },
11 "license": "ISC",
12 "scripts": {
13 "test": "mocha -r ts-node/register -r source-map-support/register test/**/*.spec.ts --timeout=10000",
14 "test-cov": "nyc -e .ts -r=html -r=text -r=lcov npm run test",
15 "ci": "npm run test-cov && codecov",
16 "build": "tsc",
17 "prepublishOnly": "tsc"
18 },
19 "author": "Jackson Tian",
20 "devDependencies": {
21 "@types/mocha": "^5.2.7",
22 "codecov": "^3.6.1",
23 "mocha": "^6.2.0",
24 "nyc": "^14.1.1",
25 "source-map-support": "^0.5.13",
26 "ts-node": "^8.4.1",
27 "typescript": "^3.6.3"
28 },
29 "dependencies": {
30 "@types/node": "^12.0.2",
31 "httpx": "^2.2.6"
32 },
33 "files": [
34 "dist",
35 "src"
36 ]
37}