12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"name": "@repo/auth",
|
|
"version": "0.0.0",
|
|
"author": "Afiq Zudin Hadi",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
"./indext.ts": "./index.ts"
|
|
}
|
|
}
|