forked from roginfarrer/collapsed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 998 Bytes
/
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
30
31
32
33
34
{
"name": "collapse-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo build && npx tsx scripts/postbuild.ts",
"test": "turbo test",
"lint": "turbo lint",
"format": "prettier --write **/*.{js,ts,tsx,yml,md,md,json}",
"example": "pnpm --filter example run start",
"version": "changeset version && pnpm install --lockfile-only",
"release": "pnpm build && changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.25.2",
"@collapsed-internal/tsconfig": "workspace:*",
"@types/node": "^16.7.13",
"buffer": "^5.5.0",
"eslint": "^7.32.0",
"eslint-config-collapsed": "workspace:*",
"np": "^6.4.0",
"prettier": "^2.3.2",
"process": "^0.11.10",
"turbo": "^1.8.8",
"typescript": "^4.9"
},
"prettier": "eslint-config-rogin/prettier",
"alias": {
"process": "process/browser.js",
"buffer": "buffer"
},
"packageManager": "[email protected]"
}