-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 885 Bytes
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
{
"name": "responsive-image",
"private": true,
"repository": "github:simonihmig/responsive-image",
"license": "MIT",
"author": "Simon Ihmig <simon.ihmig@gmail.com>",
"scripts": {
"build": "pnpm turbo build",
"build:packages": "pnpm turbo --filter='./packages/*' build",
"lint": "pnpm turbo lint",
"lint:fix": "pnpm run --filter '*' lint:fix",
"prebuild": "pnpm turbo build --filter='./packages/*'",
"test": "pnpm turbo test"
},
"devDependencies": {
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.1",
"concurrently": "10.0.4",
"prettier": "3.8.5",
"turbo": "2.10.9"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"postinstall-postinstall": "^2.1.0"
},
"volta": {
"node": "22.23.2",
"pnpm": "11.11.0"
},
"packageManager": "pnpm@11.11.0"
}