-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 883 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 883 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.6.0",
"@changesets/cli": "2.30.0",
"concurrently": "9.2.1",
"prettier": "3.8.2",
"turbo": "2.9.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"postinstall-postinstall": "^2.1.0"
},
"volta": {
"node": "22.22.2",
"pnpm": "10.33.0"
},
"packageManager": "pnpm@10.33.0"
}