mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 23:19:23 +08:00
This PR fixes some prettier issues: - Bump and unify all prettier versions to 3.7.3 across teh whole repo - Bump the SQL prettier plugin - When running `test:prettier`, check `mdx` files also - Run the new prettier format on all files --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
26 lines
464 B
JSON
26 lines
464 B
JSON
{
|
|
"name": "@supabase/build-icons",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.mjs",
|
|
"type": "module",
|
|
"bin": {
|
|
"build-icons": "src/main.mjs"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"minimist": "^1.2.7",
|
|
"svgson": "^5.2.1"
|
|
}
|
|
}
|