-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 763 Bytes
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
{
"name": "fsd-gen",
"version": "0.1.0",
"description": "CLI tool for generating FSD (Feature-Sliced Design) components and slices in your project. Easily create UI components and slices for features, entities, widgets and pages.",
"main": "index.js",
"bin": {
"fsdgen": "index.js"
},
"author": {
"name": "Arthur Nakhatakyan",
"email": "artyuio37@gmail.com",
"url": "https://github.com/ArthurNyan/FSDGen"
},
"homepage": "https://github.com/ArthurNyan/FSDGen",
"license": "ISC",
"keywords": [
"FSD",
"Feature-Sliced Design",
"codegen",
"generator",
"CLI",
"slices"
],
"dependencies": {
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"preferGlobal": true
}