mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 01:04:20 +02:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"name": "@pel/supabase",
|
|
"type": "module",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.9.0",
|
|
"main": "./type.ts",
|
|
"files": [
|
|
"types.ts"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"up": "taze major -I"
|
|
}
|
|
} |