forked from jacobparis-insiders/remix-custom-routes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 782 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
{
"name": "remix-custom-routes",
"version": "1.0.1",
"description": "Custom routing conventions for Remix",
"main": "index.js",
"scripts": {
"test": "vitest --run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobparis/remix-custom-routes.git"
},
"keywords": [
"Remix"
],
"author": "Jacob Paris",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobparis/remix-custom-routes/issues"
},
"homepage": "https://github.com/jacobparis/remix-custom-routes#readme",
"devDependencies": {
"@types/eslint": "^8.40.0",
"@types/glob": "^8.1.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-markdown": "^3.0.0",
"prettier": "^2.8.8",
"vitest": "^0.31.4"
}
}