mirror of
https://github.com/supabase/supabase.git
synced 2026-05-27 14:58:19 +08:00
* Fix some missing and duplicate dependencies. * Fix the types for jest in ai-commands package. * Replace all npm commands with pnpm. Add pnpm files and workspace links. * Fix rimraf to work with pnpm. * Refactor the github actions to work with pnpm. * Delete package-lock.json. * Fix the tailwind configs to not include node_modules. * Fix random files. * Add preinstall scripts to all packages. * Fix the Dockerfile to work with pnpm. * Update the DEVELOPERS documentation.
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"name": "shared-data",
|
|
"version": "0.0.0",
|
|
"description": "Data shared between Supabase apps",
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"clean": "rimraf node_modules"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|