-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "instagram.js",
"private": true,
"engines": {
"node": ">=20.17.0"
},
"packageManager": "pnpm@9.11.0",
"scripts": {
"build": "turbo run build --env-mode=loose",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"dev": "turbo run dev --env-mode=loose",
"format": "turbo run format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:workspace": "pnpm sherif",
"postinstall": "pnpm lint:workspace",
"typecheck": "turbo run typecheck",
"release": "pnpm build && pnpm changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@instagramjs/prettier-config": "workspace:*",
"prettier": "catalog:",
"sherif": "1.0.0",
"turbo": "2.1.2",
"typescript": "catalog:"
},
"prettier": "@instagramjs/prettier-config"
}