-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.4 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.4 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
54
55
56
57
58
59
{
"name": "declarative-routing",
"version": "0.1.20",
"description": "Declarative routes for React",
"bin": {
"declarative-routing": "dist/index.js"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"assets"
],
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"prepublish": "npm run build",
"dev": "tsx src/cli.ts",
"build": "tsup",
"test": "exit 1"
},
"keywords": [],
"author": {
"name": "Jack Herrington",
"email": "jherr@pobox.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ProNextJS/declarative-routing"
},
"license": "MIT",
"devDependencies": {
"@types/diff": "^5.0.9",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
"tsup": "^6.7.0",
"type-fest": "^4.10.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@antfu/ni": "^0.21.12",
"boxen": "^7.1.1",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
"diff": "^5.1.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"handlebars": "^4.7.8",
"kleur": "^4.1.5",
"log-symbols": "^6.0.0",
"magicast": "^0.3.3",
"ora": "^8.0.1",
"prompts": "^2.4.2",
"zod": "^3.22.4"
},
"packageManager": "pnpm@9.5.0-beta.0+sha512.c2e60e7ed04e459591c982f2760cd8f7d1f48fe1ca4d46ccbbf8377df1eb2d077ace1e9d334b06250dddf23c03b4562858f77992b9a3bb4a93355aefd173df32"
}