16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"name": "@hexahost/auth",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@hexahost/typescript-config": "workspace:*",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|