-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.42 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "sherlo",
"version": "1.1.1",
"description": "Sherlo CLI for React Native Storybook visual testing",
"keywords": [
"visual testing",
"react-native",
"storybook"
],
"license": "MIT",
"author": "Sherlo",
"homepage": "https://sherlo.io",
"bugs": {
"url": "https://github.com/sherlo-io/sherlo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sherlo-io/sherlo.git",
"directory": "packages/cli"
},
"main": "dist/index.js",
"bin": {
"sherlo": "./cli.js"
},
"files": [
"dist",
"sdk-compatibility.json",
"cli.js"
],
"scripts": {
"build": "rm -rf dist && ncc build src/index.ts --source-map --minify && tsc --emitDeclarationOnly && chmod u+x ./dist/index.js"
},
"devDependencies": {
"@sentry/node": "8.41.0",
"@sherlo/api-types": "1.1.12",
"@sherlo/common-client": "1.1.12",
"@sherlo/sdk-client": "1.1.12",
"@sherlo/shared": "1.1.12",
"@types/git-rev-sync": "^2.0.0",
"@types/gradient-string": "^1.1.2",
"@types/node": "^16.11.7",
"@types/node-fetch": "^2.6.4",
"@types/tar": "^6.1.5",
"@vercel/ncc": "latest",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"gradient-string": "^2.0.1",
"graphql": "^16.6.0",
"node-fetch": "^2.6.11",
"type-fest": "^4.20.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
}
}