-
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.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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": "blazekit",
"version": "1.0.2",
"description": "BlazeKit is a powerful tool for Next.js developers that streamlines database integration and project setup by generating TypeScript types, database controllers, and API routes. With BlazeKit, you can quickly create and manage your database models, making your development process faster and more efficient.",
"main": "index.js",
"bin": {
"blazekit": "./dist/cli/index.js"
},
"keywords": [
"code-generation",
"typescript",
"cli",
"database",
"mongo",
"prisma",
"firebase",
"postgresql",
"sqlite"
],
"scripts": {
"build": "tsc && sudo npm link",
"dev": "ts-node src/index.ts",
"compile": "ts-node src/cli/index.ts"
},
"author": "parv141206",
"license": "ISC",
"homepage": "https://blaze-kit.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/parv141206/blazekit.git"
},
"bugs": {
"url": "https://github.com/parv141206/blazekit/issues"
},
"type": "commonjs",
"devDependencies": {
"@types/node": "^22.14.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"chevrotain": "^9.1.0",
"cosmiconfig": "^9.0.0"
}
}