top-client
Version:
a client for taobao open platform.
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "top-client",
"version": "1.0.8",
"description": "a client for taobao open platform.",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"scripts": {
"test": "tsc && node_modules/.bin/jest dist/test/test.js",
"build": "tsc",
"lint:code": "eslint --fix . --ext .js,.jsx,.ts,.tsx",
"prepare": "npm run build && npm run test",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wangshino/top-client.git"
},
"keywords": [
"top",
"top-sdk"
],
"author": "shino",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/json-bigint": "^1.0.1",
"@types/md5": "^2.3.1",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"jest": "^27.2.0",
"typescript": "^4.4.3"
},
"dependencies": {
"axios": "^0.21.4",
"axios-debug-log": "^0.8.4",
"date-fns": "^2.23.0",
"form-data": "^4.0.0",
"json-bigint": "^1.0.0",
"md5": "^2.3.0"
},
"files": [
"dist/src/*",
"index.js"
]
}