-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 987 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
42
43
44
{
"name": "mime-entries",
"version": "1.0.1",
"author": "lisandra-dev",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/ObsidianPublisher/mime-types.git"
},
"scripts": {
"test": "jest",
"build": "tsup",
"prepublish": "npm run build",
"release": "commit-and-tag-version"
},
"commit-and-tag-version": {
"t": ""
},
"keywords": [],
"license": "GPL-3.0-only",
"devDependencies": {
"@lisandra-dev/eslint-config": "^1.1.6",
"@types/jest": "^29.5.12",
"commit-and-tag-version": "^12.4.1",
"eslint-plugin-tsdoc": "^0.2.17",
"ts-jest": "^29.1.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@types/mime-db": "^1.43.5",
"eslint": "8",
"jest": "^29.7.0",
"mime-db": "^1.52.0",
"tslib": "^2.6.2"
}
}