-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 789 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
{
"name": "win-fs-utils",
"version": "1.0.0",
"description": "Windows filesystem batch editing utilities including filenames, ID3 metadata, forbids paths involving windows system files, glob searching, shell and node.js path argument handling and more",
"type": "module",
"main": "main.js",
"scripts": {
"main": "node main"
},
"author": "PAR<i>TY",
"license": "GPL-3.0-only",
"dependencies": {
"@babel/runtime": "^7.17.0",
"glob": "^7.1.7",
"minimist": "^1.2.5",
"node-id3": "^0.2.3",
"prompts": "^2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-preset-minify": "^0.5.1",
"jsdoc": "^3.6.10"
}
}