-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "flotiq-cli",
"version": "2.14.1",
"description": "Flotiq CLI",
"main": "src/command/command.js",
"private": false,
"bin": {
"flotiq": "bin/flotiq"
},
"scripts": {
"test": "jest"
},
"keywords": [
"flotiq",
"gatsby",
"cms",
"headless",
"content"
],
"repository": {
"type": "git",
"url": "https://github.com/flotiq/flotiq-cli.git"
},
"homepage": "https://github.com/flotiq/flotiq-cli",
"author": "Flotiq team <hello@flotiq.com>",
"license": "MIT",
"dependencies": {
"@contentful/rich-text-html-renderer": "^16.6.10",
"contentful-export": "^7.19.155",
"dotenv": "^16.4.5",
"flotiq-excel-migrator": "^1.0.15",
"flotiq-wordpress-import": "^1.1.8",
"form-data": "^4.0.0",
"gatsby-cli": "^5.14.0",
"inquirer": "^7.0.0",
"loading-cli": "^1.1.2",
"node-fetch": "^2.7.0",
"ora": "^5.4.1",
"traverse": "^0.6.10",
"unzipper": "^0.12.3",
"winston": "^3.17.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"axios-mock-adapter": "^2.1.0",
"jest": "^29.7.0",
"jest-when": "^3.6.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}