-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 856 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
{
"name": "my-wordpress-blog",
"version": "1.0.0",
"description": "This is a backup of my Wordpress blog. (http://lf.estontorise.hu/)",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBojda/my-wordpress-blog.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheBojda/my-wordpress-blog/issues"
},
"homepage": "https://github.com/TheBojda/my-wordpress-blog#readme",
"dependencies": {
"ejs": "^3.1.8",
"fast-xml-parser": "^4.0.0-beta.6"
},
"devDependencies": {
"@types/ejs": "^3.1.1",
"@types/node": "^16.11.11",
"@types/turndown": "^5.0.1",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}