-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 861 Bytes
/
package.json
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
{
"name": "@otoniel19/filetype.js",
"description": "filetype.js get the type of file by extension name using node.js",
"version": "1.1.5",
"main": "index.js",
"types": "./types",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/otoniel19/filetype.js"
},
"bin": {
"filetype": "./bin/cli.js"
},
"keywords": [
"mime",
"jsdom",
"html",
"fileinfo",
"filetype",
"information",
"node.js",
"client",
"filetype.js"
],
"devDependencies": {
"@types/jsdom": "^16.2.14",
"@types/mime": "^2.0.3",
"@types/node": "^17.0.21"
},
"dependencies": {
"cli-table3": "^0.6.1",
"colors": "^1.4.0",
"commander": "^9.0.0",
"jsdom": "^19.0.0",
"mime": "latest",
"mime-db": "latest",
"stormdb": "^0.5.2",
"string-strip-html": "8.3.0"
}
}