-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.13 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.13 KB
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
45
46
47
48
49
50
51
52
53
{
"type": "module",
"name": "@satisfactory-dev/slugify",
"description": "nodejs template",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/satisfactory-dev/Slugify.git"
},
"funding": "https://github.com/satisfactory-dev/Slugify?sponsor=1",
"keywords": [
"slugify",
"slug",
"string",
"url",
"cocur/slugify",
"php",
"php-parser"
],
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"files": [
"index.js",
"index.d.ts",
"src/**/*.js",
"!src/types.js",
"src/**/*.d.ts",
"generated-src/**/*.js",
"generated-src/**/*.d.ts"
],
"devDependencies": {
"@signpostmarv/eslint-config": "^0.5.0",
"@types/eslint": "^9.6.1",
"@types/node": "^24.6.2",
"c8": "^10.1.3",
"eslint": "^9.37.0",
"php-parser": "^3.2.5",
"prettier": "^3.5.3",
"typescript": "~5.9.2",
"typescript-eslint": "^8.45.0"
},
"optionalDependencies": {
"@typescript-eslint/parser": "^8.45.0"
},
"dependencies": {
"@types/regexp.escape": "^2.0.0",
"locutus": "^2.0.32"
}
}