-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 1.08 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
{
"name": "fielddb-audio-service",
"version": "3.16.13",
"dependencies": {
"body-parser": "^1.19.0",
"checksum": "^0.1.1",
"compression": "^1.7.4",
"config": "^3.3.2",
"cors": "^2.8.5",
"errorhandler": "^1.5.1",
"express": "^4.17.1 ",
"formidable": "^1.2.2",
"mkdirp": "^1.0.4",
"morgan": "^1.10.0",
"praat-scripts": "4.0.7",
"q": "^1.5.1",
"serve-index": "^1.9.1"
},
"scripts": {
"coverage": "nyc npm test",
"pretest": "ls tests/data/alo.mp3 || (mkdir -p tests/data && curl https://speechdev.lingsync.org/utterances/community-georgian/alo/alo.mp3 -o tests/data/alo.mp3 && curl https://speechdev.lingsync.org/utterances/community-georgian/ara/ara.mp3 -o tests/data/ara.mp3); cp 13157700051593730_2011-09-11_15.41_1315770072221_.mp3 13157700051593730_2011-09-11_15.41_1315770072221_.amr",
"test": "rm -rf bycorpus/testingupload-firstcorpus/; mocha --recursive tests",
"start": "node audio-service.js"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"supertest": "^6.1.6"
}
}