mime-controller
Version:
Helps you find the file type easily.
26 lines (25 loc) • 567 B
JSON
{
"name": "mime-controller",
"version": "1.0.7",
"description": "Helps you find the file type easily.",
"main": "./build/index.js",
"scripts": {
"tsc": "tsc ./test.ts -w --outDir ./build",
"nodemon": "nodemon ./build/test.js -w"
},
"keywords": [
"mime-finder",
"format-validater",
"file-validater",
"file-type-validater",
"scihook",
"files"
],
"author": "Emirhan Gerçeker",
"license": "MIT",
"dependencies": {
"@types/node": "^22.14.1",
"fast-xml-parser": "^4.2.7",
"syncforeachloop": "^1.2.1"
}
}