-
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) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 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": "@schnack/importer",
"version": "0.0.1",
"description": "Import Disqus and Wordpress comments to your schnack instance",
"main": "index.js",
"bin": {
"schnack-importer": "$npm_package_main"
},
"scripts": {
"test": "node $npm_package_main test/disqus.xml test/comments.db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schn4ck/schnack-importer.git"
},
"keywords": [
"schnack",
"disqus",
"wordpress",
"importer",
"comments",
"commenting"
],
"author": "g-div",
"license": "MIT",
"bugs": {
"url": "https://github.com/schn4ck/schnack-importer/issues"
},
"homepage": "https://github.com/schn4ck/schnack-importer#readme",
"dependencies": {
"sqlite": "^2.9.1",
"turndown": "^4.0.1",
"xml2js": "^0.4.19"
}
}