-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
30
31
32
{
"name": "sanity-plugin-external-files-root",
"private": true,
"scripts": {
"dev": "turbo run dev --parallel",
"build": "turbo run build --force --filter=!test-studio",
"format": "prettier --write .",
"changeset": "changeset",
"update-package-versions": "changeset version",
"publish-packages": "changeset version && yarn run build && changeset publish",
"check-versions": "manypkg check",
"fix-versions": "manypkg fix"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/hdoro/sanity-plugin-external-files.git"
},
"author": "Henrique Doro <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@changesets/cli": "^2.27.8",
"@manypkg/cli": "^0.21.4",
"prettier": "^3.3.3",
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"bugs": {
"url": "https://github.com/hdoro/sanity-plugin-external-files/issues"
},
"homepage": "https://github.com/hdoro/sanity-plugin-external-files#readme",
"packageManager": "[email protected]"
}