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

24 lines
486 B
JSON
Raw Permalink Normal View History

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