-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 922 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 922 Bytes
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
{
"author": "Jens Oliver Meiert",
"bin": {
"htaccess-punk": "bin/htaccess-punk.js"
},
"description": "Redirect checker for .htaccess files",
"exports": {
".": "./src/index.js"
},
"funding": "https://github.com/j9t/htaccess-punk?sponsor=1",
"homepage": "https://github.com/j9t/htaccess-punk",
"keywords": [
"apache",
"check",
"checker",
"htaccess",
"http",
"links",
"quality",
"redirects"
],
"license": "MIT",
"name": "htaccess-punk",
"repository": {
"type": "git",
"url": "git+https://github.com/j9t/htaccess-punk.git"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.2.0",
"globals": "^17.5.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "node ./bin/htaccess-punk.js",
"test": "node --test bin/htaccess-punk.test.js"
},
"type": "module",
"version": "1.1.1"
}