-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 969 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 969 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
36
37
38
39
40
{
"name": "@tryghost/mg-fs-utils",
"version": "0.16.3",
"repository": "https://github.com/TryGhost/migrate/tree/main/packages/mg-fs-utils",
"author": "Ghost Foundation",
"license": "MIT",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "echo \"Implement me!\"",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint . --ext .js --cache",
"posttest": "yarn lint"
},
"files": [
"index.js",
"lib"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "8.57.0",
"jest": "30.0.5",
"jest-extended": "6.0.0"
},
"dependencies": {
"@tryghost/errors": "1.3.8",
"@tryghost/image-transform": "1.4.10",
"@tryghost/string": "0.2.21",
"@tryghost/zip": "1.1.49",
"adm-zip": "0.5.16",
"csv-parse": "6.1.0",
"dotenv": "17.2.3",
"fs-extra": "11.3.3",
"lodash": "4.17.21",
"sharp": "0.34.5",
"transliteration": "2.6.1"
}
}