-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.88 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
{
"name": "record-node",
"version": "0.0.1",
"description": "Library, CLI and REST API for Record: a distributed system for audio files",
"main": "index.js",
"bin": {
"record": "./bin/cli.js"
},
"scripts": {
"benchmark": "node --inspect --expose-gc benchmark/index.js -r --grep baseline",
"benchmark:stress": "node --inspect --expose-gc benchmark/index.js -r --grep stress",
"lint": "standard '**/*.js'",
"lint:fix": "standard --fix '**/*.js'",
"test": "NODE_ENV=test TEST=all mocha --exit",
"start": "node --trace-warnings bin/cli.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"bitboot": "^0.1.0",
"body-parser": "^1.18.3",
"buffer-peek-stream": "^1.0.1",
"deep-extend": "^0.6.0",
"express": "^4.16.3",
"file-type": "16.2.0",
"flexsearch": "^0.6.22",
"fluent-ffmpeg": "2.1.2",
"fpcalc": "^1.3.0",
"ipfs-http-client": "48.2.1",
"ipfs-log": "mistakia/ipfs-log#proto/record",
"ipfs-pubsub-peer-monitor": "0.0.10",
"is-ipfs": "6.0.2",
"it-to-stream": "1.0.0",
"jsonfile": "^6.0.1",
"knex": "0.21.17",
"leveldown": "^5.1.1",
"libp2p-crypto": "0.19.0",
"mime-types": "2.1.28",
"morgan": "^1.10.0",
"music-metadata": "6.3.7",
"node-fetch": "2.6.7",
"orbit-db": "mistakia/orbit-db#proto/record",
"orbit-db-cache": "^0.3.0",
"orbit-db-identity-provider": "^0.3.0",
"orbit-db-keystore": "0.3.5",
"orbit-db-storage-adapter": "^0.5.3",
"orbit-db-store": "mistakia/orbit-db-store#proto/record",
"p-queue": "^6.3.0",
"record-resolver": "mistakia/record-resolver#499873d",
"sqlite3": "5.0.0"
},
"devDependencies": {
"expose-gc": "^1.0.0",
"go-ipfs": "0.8.0",
"ipfsd-ctl": "7.2.0",
"mocha": "8.2.1",
"record-ipfsd": "mistakia/record-ipfsd#d6bec86",
"rimraf": "^3.0.2",
"standard": "16.0.3",
"yargs": "^16.2.0"
}
}