forked from elixir-europe/json-schema-validator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "elixir-jsonschema-validator-biosamples-fork",
"version": "1.5.1",
"description": "Custom JSON-Schema keywords for Ajv validator and validation service with API",
"main": "index.js",
"repository": "https://github.com/EBIBioSamples/json-schema-validator.git",
"scripts": {
"start": "node src/server.js",
"test": "jest -i",
"test-watch": "nodemon --exec \"npm test\"",
"travis-test": "jest test/elixir-validator.test.js"
},
"engines": {
"node": "v15.12.0"
},
"keywords": [
"nodejs",
"biojs",
"json",
"schema",
"validator"
],
"author": "EMBL-EBI-SUBS, fpenim, rolando-ebi, simonjupp, EBI-BioSamples",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^6.10.2",
"amqplib": "^0.5.5",
"bluebird": "^3.5.1",
"dnscache": "^1.0.2",
"express": "^4.17.1",
"express-validator": "^6.2.0",
"fs": "0.0.1-security",
"md5": "^2.2.1",
"npid": "^0.4.0",
"path": "^0.12.7",
"rambda": "^1.2.0",
"request": "^2.83.0",
"request-defaults": "^1.2.0",
"request-promise": "^4.2.4",
"winston": "^3.0.0-rc6",
"winston-daily-rotate-file": "^3.2.1",
"yargs": "^11.0.0",
"event-stream": "=3.3.4",
"set-value": "^v3.0.1"
},
"devDependencies": {
"jest": "24.9.0",
"nodemon": "^1.18.6"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
}
}