-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 950 Bytes
/
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
{
"name": "syncthrough",
"version": "1.0.0",
"description": "A Transform stream that is sync, and very fast",
"main": "syncthrough.js",
"scripts": {
"test": "standard | snazzy && borp --coverage test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/syncthrough.git"
},
"keywords": [
"streams",
"stream",
"transform",
"through",
"through2"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/syncthrough/issues"
},
"homepage": "https://github.com/mcollina/syncthrough#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
"@matteo.collina/tspl": "^0.1.1",
"borp": "^0.19.0",
"fastbench": "^1.0.1",
"pump": "^3.0.0",
"readable-stream": "^4.0.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"through": "^2.3.8",
"through2": "^4.0.2"
}
}