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

23 lines
510 B
JSON

{
"name": "@goodgo/auth-sdk",
"version": "1.0.0",
"description": "Authentication SDK utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"@goodgo/types": "workspace:*",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"@goodgo/tsconfig": "workspace:*",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
}