UNPKG

@congminh1254/shopee-sdk

Version:
86 lines (85 loc) 2.19 kB
{ "name": "@congminh1254/shopee-sdk", "version": "0.9.0", "description": "Shopee SDK maintaining by community", "type": "module", "main": "./lib/sdk.js", "exports": { ".": { "import": "./lib/sdk.js", "types": "./lib/sdk.d.ts" }, "./schemas": { "import": "./lib/schemas/index.js", "types": "./lib/schemas/index.d.ts" }, "./schemas/*": { "import": "./lib/schemas/*.js", "types": "./lib/schemas/*.d.ts" }, "./managers": { "import": "./lib/managers/index.js", "types": "./lib/managers/index.d.ts" }, "./managers/*": { "import": "./lib/managers/*.js", "types": "./lib/managers/*.d.ts" }, "./storage": { "import": "./lib/storage/index.js", "types": "./lib/storage/index.d.ts" }, "./storage/*": { "import": "./lib/storage/*.js", "types": "./lib/storage/*.d.ts" } }, "files": [ "lib/**/*" ], "scripts": { "build": "node --loader ts-node/esm node_modules/.bin/tsc", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "format": "prettier --write \"src/**/*.ts\"", "lint": "eslint \"src/**/*.ts\"", "prepare": "husky install" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/congminh1254/shopee-sdk.git" }, "keywords": [ "shopee", "sdks", "nodejs" ], "author": "Minh Nguyen Cong", "license": "MIT", "bugs": { "url": "https://github.com/congminh1254/shopee-sdk/issues" }, "homepage": "https://github.com/congminh1254/shopee-sdk#readme", "devDependencies": { "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.1", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "eslint-config-prettier": "^10.1.5", "husky": "^8.0.3", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "dependencies": { "@types/node-fetch": "^2.6.12", "axios": "^1.8.4", "node-fetch": "^2.6.3" } }