@xw-tech/jdtbk-sdk
Version:
封装京东开放平台sdk
54 lines (53 loc) • 1.14 kB
JSON
{
"name": "@xw-tech/jdtbk-sdk",
"version": "1.0.0",
"description": "封装京东开放平台sdk",
"main": "lib/index.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"lib/*.js",
"lib/*.d.ts",
"index.js",
"index.d.ts"
],
"keywords": [
"tbk",
"sdk",
"京东联盟"
],
"devDependencies": {
"@types/node": "^18.19.56",
"git-contributor": "^0.1.0",
"tsd": "^0.26.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"tsd": "tsd",
"build": "tsc -p ./tsconfig.json",
"build:watch": "tsc -p ./tsconfig.json --watch",
"clean": "tsc --build --clean",
"prepublishOnly": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/js571/jdtbk-sdk.git"
},
"bugs": {
"url": "https://github.com/js571/jdtbk-sdk/issues"
},
"homepage": "https://github.com/js571/jdtbk-tbk",
"author": "Maat",
"license": "MIT",
"peerDependencies": {
"axios": ">=0.19.0"
},
"dependencies": {
"qs": "^6.14.0"
}
}