-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 KB
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": "resolve-cloud",
"version": "0.34.3",
"description": "",
"engines": {
"node": ">=14"
},
"bin": "./bin/index.js",
"bugs": {
"url": "https://github.com/reimagined/resolve-cloud/issues"
},
"scripts": {
"prepare": "tsc",
"build": "echo || exit 0",
"test": "jest --config jest.config.unit.js --passWithNoTests",
"test:w": "jest --config ./jest.config.unit.js --passWithNoTests --watch",
"test:c": "jest --config ./jest.config.unit.js --passWithNoTests --coverage",
"test:f": "jest --config ./jest.config.func.js --passWithNoTests"
},
"repository": "https://github.com/reimagined/resolve-cloud.git",
"author": "reimagined team",
"license": "MIT",
"keywords": [
"cqrs",
"eventsourcing",
"es",
"ddd",
"resolve",
"cloud"
],
"dependencies": {
"amazon-cognito-identity-js": "5.2.4",
"archiver": "5.3.0",
"chalk": "4.1.2",
"columnify": "1.5.4",
"consola": "2.15.3",
"dateformat": "4.0.0",
"dotenv": "8.2.0",
"fs-extra": "9.1.0",
"inquirer": "7.3.3",
"latest-version": "5.1.0",
"mustache": "4.1.0",
"nanoid": "3.2.0",
"node-fetch": "2.6.7",
"qrcode-terminal": "0.12.0",
"rc": "1.2.8",
"resolve-cloud-common": "0.0.177",
"resolve-cloud-sdk": "0.34.3",
"semver": "7.3.5",
"yargs": "16.2.0",
"progress": "2.0.3",
"source-map-support": "0.5.20"
}
}