-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
package.json
59 lines (59 loc) · 1.92 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": "root",
"private": true,
"scripts": {
"docs:markdownlint": "markdownlint -p .remarkignore '**/*.md'",
"docs:remark": "remark .",
"docs:lint": "npm run docs:markdownlint && npm run docs:remark",
"docs:fix": "npm run docs:remark -- -o && npm run docs:markdownlint -- --fix",
"test:e2e:ios": "pushd detox/test && npm run e2e:ios && popd",
"test:e2e:android": "pushd detox/test && npm run e2e:android && popd",
"release": "node scripts/ci.release.js",
"package:android": "node scripts/ci.android-release.js",
"package:ios": "scripts/ci.ios-release.sh",
"ci:ios": "sh ./scripts/ci.ios.sh",
"ci:android": "sh ./scripts/ci.android.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/Detox.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"chalk": "^4.0.0",
"dictionary-en": "^3.1.0",
"lerna": "^6.6.2",
"lodash": "4.17.x",
"markdownlint-cli": "^0.29.0",
"remark": "^14.0.1",
"remark-cli": "^10.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.2",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-retext": "^5.0.1",
"remark-validate-links": "^11.0.2",
"retext-contractions": "^5.1.0",
"retext-diacritics": "^4.1.0",
"retext-english": "^4.1.0",
"retext-equality": "^6.5.0",
"retext-indefinite-article": "^3.1.0",
"retext-intensify": "^6.1.0",
"retext-passive": "^4.1.0",
"retext-profanities": "^7.1.0",
"retext-readability": "^7.1.0",
"retext-redundant-acronyms": "^4.2.0",
"retext-repeated-words": "^4.1.0",
"retext-sentence-spacing": "^5.1.0",
"retext-simplify": "^7.1.0",
"retext-spell": "^5.1.0",
"retext-syntax-mentions": "^3.1.0",
"retext-syntax-urls": "^3.1.1",
"semver": "5.x.x",
"shell-utils": "1.x.x",
"unified": "^10.1.0"
},
"version": "20.27.6"
}