shopee-openapi-v2
Version:
shopee open api sdk
54 lines • 1.5 kB
JSON
{
"name": "shopee-openapi-v2",
"version": "1.0.39",
"description": "shopee open api sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "rm -rf ./dist && ./node_modules/.bin/tsc",
"prepare": "husky install",
"link": "npm run build && npm link",
"publish_to_npm": "npm run build && npm publish --access=public --registry=https://registry.npmjs.org && npm run sync_taobao",
"sync_taobao": "open https://npmmirror.com/sync/$npm_package_name"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MonveChen/shopee-openapi-v2.git"
},
"keywords": [
"shopee",
"openapi",
"sdk",
"im"
],
"author": "Monve",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MonveChen/shopee-openapi-v2/issues"
},
"homepage": "https://github.com/MonveChen/shopee-openapi-v2#readme",
"dependencies": {
"@monvechen/sleep": "^1.0.3",
"axios": "^0.26.1",
"query-string": "^7.1.1"
},
"devDependencies": {
"@types/node": "^16.11.25",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.24.0",
"husky": "^7.0.4",
"ts-node": "^10.2.0",
"typescript": "^4.3.5"
}
}