-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 776 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
{
"name": "@tryghost/mg-wp-xml",
"version": "0.5.21",
"repository": "https://github.com/TryGhost/migrate/tree/main/packages/mg-wp-xml",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "node --test 'test/**/*.test.js'",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {},
"dependencies": {
"@tryghost/errors": "2.2.1",
"@tryghost/mg-utils": "0.0.1",
"@tryghost/mg-wp-api": "0.11.20",
"fast-glob": "3.3.3",
"fast-xml-parser": "5.3.8",
"markdown-it": "14.1.1",
"php-serialize": "5.1.3"
}
}