-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.08 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
45
{
"name": "twin4j",
"version": "1.0.0",
"description": "Twin4j newsletter",
"engines": {
"node": ">= 14"
},
"scripts": {
"generate": "node tasks/generate.js",
"clean": "node tasks/clean.js",
"publish-images": "node tasks/publish-images.js",
"publish-blog-post": "node tasks/publish-blog-post.js",
"init": "node tasks/init.js",
"init-tweets": "node tasks/init-tweets.js",
"get-slug": "node tasks/get-slug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mogztter/twin4j.git"
},
"keywords": [
"neo4j",
"twin4j"
],
"author": "Guillaume Grossetie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mogztter/twin4j/issues"
},
"homepage": "https://github.com/Mogztter/twin4j#readme",
"devDependencies": {
"@asciidoctor/core": "^2.2.4",
"chalk": "^4.1.1",
"debug": "^4.3.1",
"inquirer": "^8.1.0",
"inquirer-date-prompt": "^2.0.1",
"nunjucks": "^3.2.3",
"puppeteer": "^9.1.1",
"unxhr": "^1.2.0",
"wpapi": "^1.2.2"
},
"dependencies": {
"dotenv": "^10.0.0"
}
}