-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 956 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
{
"name": "@sonicgarden/next-csr-rewrites-generator",
"version": "1.3.1",
"description": "Deploy helper command to generate rewrite rules for Next.js CSR application",
"bin": {
"next-csr-rewrites-generate": "bin/next-csr-rewrites-generate/index.js"
},
"files": [
"bin"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SonicGarden/next-csr-rewrites-generator.git"
},
"author": "hiropon",
"license": "MIT",
"bugs": {
"url": "https://github.com/SonicGarden/next-csr-rewrites-generator/issues"
},
"homepage": "https://github.com/SonicGarden/next-csr-rewrites-generator#readme",
"dependencies": {
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"glob": "^10.3.12"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5"
}
}