forked from lostfictions/peerio-icebear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·156 lines (156 loc) · 5.14 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "peerio-icebear",
"version": "6.1.2",
"description": "Peerio Icebear client library",
"main": "dist/index.js",
"scripts": {
"=== HOOKS ===": "",
"postinstall": "[ `which opt` ] && opt --in npm-install --exec \"node ./scripts/store_package_json_hash.js\" || true",
"=== TESTS ===": "",
"test": "run-s test:prettier test:ts test:eslint test:copy test:unit",
"test-build": "rm -rf dist && ./node_modules/.bin/babel src --out-dir dist --source-maps --extensions \".js,.ts\"",
"mocha": "mocha \"test/unit/**/*.test.{ts,js}\" --require test/unit/unit-global-setup --timeout 15000",
"test:ts": "tsc --noEmit -p test/tsconfig.json",
"test:unit": "nyc --reporter=text --reporter=html --report-dir=test-results/unit npm run mocha",
"test:eslint": "eslint '{src,test}/**/*.{js,ts}' --color --max-warnings 0",
"test:copy": "./scripts/lint-copy.sh",
"test:prettier": "prettier '{src,test}/**/*.{js,ts}' -l",
"=== LONG AND DEVTIME TESTS (Not for running in commit hooks) ===": "",
"test:e2e": "./test/e2e/run.sh",
"test:e2e:wip": "./test/e2e/run-wip.sh",
"test:e2e:debug": "./test/e2e/debug.sh",
"=== BENCHMARKS ===": "",
"bench": "node ./benchmarks/index",
"=== RELEASE ===": "",
"release": "./scripts/release.sh",
"=== UTILS ===": "",
"makedefs": "makedefs src/copy/en.json src/copy/defs.ts",
"makepseudo": "makepseudo src/copy/en.json src/copy/pseudo.json",
"prettier": "prettier '{src,test}/**/*.{js,ts}' --write",
"opt-in-npm-install": "opt --in npm-install --exec \"node ./scripts/npm_install_if_changed.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/PeerioTechnologies/peerio-icebear.git"
},
"author": "Technologies Peerio Inc. <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PeerioTechnologies/peerio-icebear/issues"
},
"homepage": "https://github.com/PeerioTechnologies/peerio-icebear#readme",
"dependencies": {
"blake2s-js": "1.3.0",
"bluebird": "3.5.3",
"buffer": "5.0.8",
"cross-fetch": "2.2.3",
"eventemitter3": "3.1.0",
"isemail": "3.2.0",
"lodash": "4.17.11",
"lru-cache": "4.1.3",
"mkdirp": "0.5.1",
"mobx": "4.5.2",
"moment": "2.22.2",
"parse5": "5.1.0",
"pdfform.js": "1.0.13",
"peerio-translator": "2.1.1",
"rimraf": "2.6.2",
"safe-json-stringify": "1.2.0",
"scrypt-async": "2.0.1",
"socket.io-client": "2.1.1",
"tweetnacl": "1.0.0",
"url-regex": "4.1.1"
},
"devDependencies": {
"@babel/cli": "7.2.0",
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-proposal-decorators": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-transform-async-to-generator": "7.2.0",
"@babel/plugin-transform-modules-commonjs": "7.2.0",
"@babel/preset-typescript": "7.1.0",
"@babel/register": "7.0.0",
"@types/bluebird": "3.5.24",
"@types/bluebird-global": "3.5.9",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/lodash": "4.14.119",
"@types/mocha": "5.2.5",
"@types/node": "10.12.12",
"@types/parse5": "5.0.0",
"@types/react": "16.7.13",
"@types/safe-json-stringify": "1.0.1",
"@types/socket.io-client": "1.4.32",
"@types/url-regex": "4.1.0",
"@types/websocket": "0.0.40",
"babel-plugin-root-import": "6.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chalk": "2.4.1",
"cucumber": "5.0.3",
"cucumber-pretty": "1.5.0",
"cz-conventional-changelog": "2.1.0",
"eslint-config-peerio": "1.21.7",
"eslint-config-prettier": "3.3.0",
"eslint-plugin-typescript": "0.14.0",
"faker": "4.1.0",
"husky": "1.2.0",
"mocha": "5.2.0",
"npm-run-all": "4.1.5",
"nyc": "13.1.0",
"opt-cli": "1.6.0",
"otplib": "10.0.1",
"prettier": "1.15.3",
"quoted-printable": "1.0.1",
"request": "2.88.0",
"simple-node-logger": "0.93.40",
"standard-version": "4.4.0",
"typescript": "3.2.1",
"typescript-eslint-parser": "20.1.1",
"validate-commit-msg": "2.14.0",
"w3c-xmlhttprequest": "2.1.3",
"websocket": "1.0.28"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 120,
"subjectPattern": ".+",
"helpMessage": "Convention: https://goo.gl/3TgTsh"
}
},
"standard-version": {
"scripts": {
"prebump": "node ./scripts/prebump.js",
"postbump": "node ./scripts/postbump.js"
}
},
"devEngines": {
"node": "8.x",
"npm": "5.x"
},
"nyc": {},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"post-checkout": "npm run opt-in-npm-install",
"post-merge": "npm run opt-in-npm-install",
"pre-commit": "npm run makedefs && npm run makepseudo && git stage src/copy/defs.ts src/copy/pseudo.json && opt --in lint --exec \"npm run test\""
}
}
}