-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.36 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
{
"name": "cli",
"version": "0.5.8",
"type": "module",
"description": "",
"author": "Sourab Pramanik<shubpramanik241@gmail.com>",
"license": "MIT",
"homepage:": "https://github.com/authsmith/payload-auth-plugin",
"repository": "git@github.com:authsmith/payload-auth-plugin.git",
"bin": {
"payload-auth": "./dist/esm/index.js"
},
"main": "./dist/esm/index.js",
"scripts": {
"dev": "bun run build && node dist/esm/index.js",
"build": "bun run ../../script/build.ts",
"format": "bun x prettier --write '**/*.{js,jsx,ts,tsx,json,md,yaml,yml}'",
"release": "bun run build && changeset publish"
},
"dependencies": {
"@antfu/ni": "23.3.1",
"@clack/prompts": "0.10.0",
"commander": "13.1.0",
"cosmiconfig": "9.0.0",
"execa": "9.5.2",
"fs-extra": "11.3.0",
"kleur": "4.1.5",
"ora": "8.2.0",
"prompts": "2.4.2",
"ts-morph": "25.0.1",
"valibot": "1.0.0-rc.0"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@tsconfig/node22": "22.0.0",
"@types/bun": "latest",
"@types/fs-extra": "11.0.4",
"@types/prompts": "2.4.9",
"git-cliff": "2.7.0",
"globals": "^15.14.0",
"prettier": "3.4.2",
"tsup": "8.3.6",
"typescript": "^5.7.3"
}
}