forked from madeleineostoja/wordprismic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "wordprismic",
"version": "0.5.1",
"description": "Import and transform Wordpress blogs to Prismic.io",
"main": "./bin/index.js",
"bin": {
"wordprismic": "./bin/index.js"
},
"scripts": {
"test": "rm -rf ./tmp/wordprismic-import && node ./bin/index.js -c ./tmp/wordprismic.config.js -d ./tmp/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomorrowstudio/wordprismic.git"
},
"keywords": [
"wordpress",
"prismic",
"import",
"content migration"
],
"author": "Tomorrow (tomorrowstudio.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomorrowstudio/wordprismic/issues"
},
"homepage": "https://github.com/tomorrowstudio/wordprismic#readme",
"dependencies": {
"@prismicio/helpers": "^2.1.1",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"commander": "^2.20.0",
"fetch-paginate": "^3.1.0",
"he": "^1.2.0",
"mkdirp": "^0.5.1",
"node-fetch": "^3.2.0",
"prismic-javascript": "^2.0.3",
"urql": "^2.1.3",
"uuid": "^3.3.2"
},
"volta": {
"node": "16.14.0"
}
}