i-have-your-ip-address/package.json

24 lines
486 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf dist/* && tsc",
"start": "node dist/index",
"dev": "yarn build && yarn start"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-only",
"dependencies": {
"@types/express": "^4.17.13",
"@types/fluent-ffmpeg": "^2.1.18",
"express": "^4.17.1",
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"typescript": "^4.3.5"
}
}