forked from tech-greedy/singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.07 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
{
"name": "@techgreedy/singularity",
"version": "1.2.2",
"description": "Large scale client tool with capabilities on onboard PB-scale data to Filecoin network",
"main": "dist/source/start.js",
"types": "dist/source/start.d.ts",
"scripts": {
"build": "tsc && copyfiles \"config/**/*.toml\" dist",
"postbuild": "chmod +x dist/src/singularity*.js",
"init": "ts-node src/singularity.ts init",
"start": "ts-node src/singularity.ts daemon",
"test": "jasmine-ts --config=./tests/jasmine.json",
"coverage": "nyc jasmine-ts --config=./tests/jasmine.json",
"lint": "eslint --ext ts --fix src/",
"lint:nofix": "eslint --ext ts src/",
"markdownlint": "markdownlint-cli2-fix *.md",
"markdownlint:nofix": "markdownlint-cli2 *.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tech-greedy/singularity.git"
},
"keywords": [
"filecoin",
"singularity"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tech-greedy/singularity/issues"
},
"homepage": "https://github.com/tech-greedy/singularity",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@kei-g/chmod": "^1.0.7",
"@types/async-retry": "^1.4.3",
"@types/cli-progress": "^3.11.0",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/jasmine": "^4.0.0",
"@types/lodash.clonedeep": "^4.5.7",
"@types/node": "^16.11.45",
"@types/objects-to-csv": "^1.3.1",
"@types/picomatch": "^2.3.0",
"@types/pidusage": "^2.0.2",
"@types/supertest": "^2.0.12",
"@types/typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^8.0.1",
"jasmine": "^3.99.0",
"jasmine-reporters": "^2.5.0",
"jasmine-spec-reporter": "^7.0.0",
"jasmine-ts": "^0.4.0",
"markdownlint-cli2": "^0.5.1",
"nyc": "^15.1.0",
"supertest": "^6.2.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.135.0",
"@goodware/task-queue": "^2.1.3",
"@gzuidhof/go-npm": "^0.1.13",
"@iarna/toml": "^2.2.5",
"@rauschma/stringio": "^1.4.0",
"@techgreedy/generate-car": "2.1.2",
"@types/node-cron": "^3.0.1",
"@xingrz/cppzst": "^2.1.0-alpha.8",
"async-retry": "^1.3.3",
"await-exec": "^0.1.2",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"canonicalize": "^1.0.8",
"cli-progress": "^3.11.2",
"commander": "^9.1.0",
"express": "^5.0.0-beta.1",
"express-winston": "^4.2.0",
"fs-extra": "^10.1.0",
"ipfs-client": "^0.7.8",
"ipfs-core": "^0.14.2",
"lodash.clonedeep": "^4.5.0",
"mathjs": "^10.6.1",
"minimist": "^1.2.6",
"mongodb": "^4.3.1",
"mongodb-memory-server": "^8.4.1",
"mongoose": "^6.4.6",
"multipart-download": "^1.2.4",
"node-cron": "^3.0.1",
"objects-to-csv": "^1.3.6",
"p-all": "^3.0.0",
"picomatch": "^2.3.1",
"pidusage": "^3.0.0",
"promisify-child-process": "^4.1.1",
"semaphore-async-await": "^1.5.1",
"winston": "^3.6.0",
"xbytes": "^1.7.0"
},
"directories": {
"test": "tests"
},
"author": "",
"files": [
"dist"
],
"bin": {
"singularity": "dist/src/singularity.js",
"singularity-retrieve": "dist/src/singularity-retrieve.js",
"singularity-prepare": "dist/src/singularity-prepare.js",
"singularity-import": "dist/src/singularity-import.js"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"check-coverage": true,
"extension": [
".ts",
".tsx"
],
"include": [
"src/**"
],
"exclude": [
"src/deal-preparation/scanner/rrdir.js"
],
"reporter": [
"text",
"html"
],
"lines": 90,
"functions": 70,
"statements": 90,
"per-file": true
}
}