Files
pos-system/packages/http-client/package.json
Ho Ngoc Hai 4da46b5b8e Sure! Pl
2025-12-27 01:31:10 +07:00

22 lines
471 B
JSON

{
"name": "@goodgo/http-client",
"version": "1.0.0",
"description": "HTTP client wrapper with Axios",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"@goodgo/types": "workspace:*",
"axios": "^1.6.5"
},
"devDependencies": {
"@goodgo/tsconfig": "workspace:*",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
}