mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"private": true,
|
|
"exports": "./index.mjs",
|
|
"scripts": {
|
|
"build": "ncc -m -o . build src/index.mjs --license licenses.txt"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "0.34.0"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.10.0",
|
|
"@actions/github": "5.1.1"
|
|
}
|
|
}
|