-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1016 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "create-elysiajs",
"version": "1.4.1",
"description": "Scaffolding your Elysia project with the environment with easy!",
"author": "kravetsone",
"repository": {
"type": "git",
"url": "git+https://github.com/kravetsone/create-elysiajs.git"
},
"readme": "https://github.com/kravetsone/create-elysiajs",
"keywords": [
"elysia",
"elysiajs",
"scaffolding",
"create",
"template",
"lint",
"eslint",
"biome",
"orm",
"prisma",
"drizzle",
"husky"
],
"files": ["dist"],
"bin": {
"create-elysiajs": "dist/index.js"
},
"scripts": {
"watch": "bunx pkgroll -w",
"lint": "bunx @biomejs/biome check src",
"lint:fix": "bun lint --apply",
"prepare": "husky",
"prepublishOnly": "bunx pkgroll"
},
"devDependencies": {
"@biomejs/biome": "^1.6.0",
"@types/bun": "^1.0.8",
"@types/minimist": "^1.2.5",
"husky": "^9.0.11",
"pkgroll": "^2.4.2",
"typescript": "^5.4.2"
},
"dependencies": {
"enquirer": "^2.4.1",
"minimist": "^1.2.8",
"tasuku": "^2.0.1"
}
}