-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 861 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 861 Bytes
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
{
"name": "@nucleoidjs/datastore",
"version": "1.1.9",
"description": "On-chain Data Store",
"scripts": {
"test": "mocha 'src/**/*.spec.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NucleoidJS/DataStore.git"
},
"author": "NucTeam",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NucleoidJS/DataStore/issues"
},
"homepage": "https://github.com/NucleoidJS/DataStore#readme",
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"joi": "^17.9.1",
"kafkajs": "^2.2.4",
"uuid": "^9.0.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@nucleoidjs/kafkajs-mock": "^0.0.1",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"mocha": "^10.2.0",
"prettier": "^2.6.2",
"supertest": "^6.3.3"
}
}