-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 824 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
{
"name": "nextjs-ts-routes",
"version": "1.0.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"config": "./scripts/config.sh",
"generate": "./scripts/generate.sh",
"clear": "./scripts/clear.sh"
},
"repository": "git+https://github.com/luap2703/nextjs-ts-routes-generator.git",
"keywords": [
"nextjs",
"router",
"pages",
"typescript",
"paths",
"router.push"
],
"author": "luap2703",
"license": "ISC",
"bugs": {
"url": "https://github.com/luap2703/nextjs-ts-routes-generator/issues"
},
"bin": {
"next-ts-routes": "./bin/index.js"
},
"devDependencies": {
"typescript": "^4.0.0",
"@types/node": "^20.14.2"
},
"homepage": "https://github.com/luap2703/nextjs-ts-routes-generator#readme",
"description": ""
}