-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.3 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
{
"name": "rnsst",
"version": "5.0.4",
"description": "React Native Storybook Screeshot Tests with Detox",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"pretest": "npm run build && npm run lint",
"test": ":",
"lint": "eslint .",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix-incubator/rnsst.git"
},
"keywords": [
"React",
"Native",
"Storybook",
"Detox",
"Screenshot",
"Testing"
],
"dependencies": {
"ws": "^7.1.0"
},
"devDependencies": {
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.11.0",
"prettier": "^2.1.2",
"typescript": "4.5.2"
},
"peerDependencies": {
"detox": "*",
"@storybook/channel-websocket": "^5.2.0",
"@storybook/core-events": "^5.2.0",
"@storybook/react-native": "^5.2.0"
},
"author": "Gytis Vinclovas",
"license": "MIT",
"bugs": {
"url": "https://github.com/wix-incubator/rnsst/issues"
},
"homepage": "https://github.com/wix-incubator/rnsst#readme",
"publishConfig": {
"registry": "https://registry.npmjs.com/"
}
}