-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
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
46
47
48
49
50
51
52
53
54
{
"name": "ez-game-audio-conversion",
"version": "1.5.1",
"description": "Unattended batch conversion for game audio file types with loop tag support! Powered by ffmpeg.",
"main": "app.js",
"bin": {
"ez-game-audio-conversion": "src/app.js"
},
"scripts": {
"dev": "node ./src/app.js",
"build:unix": ".\\build\\build.shno",
"build:win": ".\\build\\build.bat",
"build": "echo off && echo \"BASH SCRIPT NOT MADE YET\" && npm run build:win || npm run build:unix",
"test": "jest"
},
"pkg": {
"scripts": [
"./src/*.js"
],
"targets": [
"node18-win-x64"
]
},
"dependencies": {
"cfonts": "^3.2.0",
"chalk": "^4.1.2",
"fs": "^0.0.1-security",
"moment": "^2.30.1",
"path": "^0.12.7",
"winston": "^3.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceFoon/Ez-Game-Audio-Conversion.git"
},
"keywords": [
"Audio",
"ffmpeg",
"transcoding"
],
"author": "SpaceFoon",
"license": "Attribution-NonCommercial-ShareAlike 4.0 International",
"bugs": {
"url": "https://github.com/SpaceFoon/Ez-Game-Audio-Conversion/issues"
},
"homepage": "https://github.com/SpaceFoon/Ez-Game-Audio-Conversion#readme",
"devDependencies": {
"jest": "^29.7.0",
"markdown-to-html-cli": "^5.0.3",
"md-to-pdf": "^5.2.4",
"pkg": "^5.8.1",
"resedit": "^2.0.0"
}
}