33 lines
891 B
JSON
33 lines
891 B
JSON
{
|
|
"name": "music-resource-pack-creator",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"author": "Rokas Puzonas <rokas.puz@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "NODE_ENV=production ts-node src/index.ts",
|
|
"dev": "NODE_ENV=development nodemon src/index.ts",
|
|
"build": "cd client && yarn && yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/hapi": "^20.2.1",
|
|
"@hapi/inert": "^6.0.5",
|
|
"@types/ffmpeg-static": "^3.0.1",
|
|
"@types/fluent-ffmpeg": "^2.1.20",
|
|
"@types/hapi__hapi": "^20.0.10",
|
|
"@types/hapi__inert": "^5.2.3",
|
|
"@types/node": "^17.0.23",
|
|
"@types/temp": "^0.9.1",
|
|
"ffmpeg-static": "^5.0.0",
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
"joi": "^17.6.0",
|
|
"jszip": "^3.9.1",
|
|
"nodemon": "^2.0.15",
|
|
"temp": "^0.9.4",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.3",
|
|
"ytdl-core": "^4.11.0"
|
|
}
|
|
}
|