-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1015 Bytes
/
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
{
"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": {
"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": "^2.6.0",
"prismic-javascript": "^2.0.3",
"uuid": "^3.3.2"
}
}