23 lines
510 B
JSON
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"
|
|
}
|
|
}
|